Skip to content

Instantly share code, notes, and snippets.

@azuby
Created February 2, 2012 04:26
Show Gist options
  • Save azuby/1721472 to your computer and use it in GitHub Desktop.
Save azuby/1721472 to your computer and use it in GitHub Desktop.
it "enqueue FooWorker#create_user" do
mock(Resque).enqueue(FooWorker, :create_user, user.id)
user.create_on_foo
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment