Skip to content

Instantly share code, notes, and snippets.

@SeanRoberts
Created August 2, 2012 17:09
Show Gist options
  • Save SeanRoberts/3238800 to your computer and use it in GitHub Desktop.
Save SeanRoberts/3238800 to your computer and use it in GitHub Desktop.
before do
moc = mock(:id => 3).dup
raise moc.id.to_s
end
# I want 3, I get "Mock received unexpected message :id with (no args)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment