Skip to content

Instantly share code, notes, and snippets.

@jpoz
Created June 29, 2009 21:17
Show Gist options
  • Save jpoz/137819 to your computer and use it in GitHub Desktop.
Save jpoz/137819 to your computer and use it in GitHub Desktop.
describe Awesome do
it "should import_massive_junk" do
Awesome.should_receive(:import_massive_junk)
dispatch_to(Awesome, :update)
Merb::Dispatcher.work_queue.pop.call
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment