Skip to content

Instantly share code, notes, and snippets.

@workmad3
Created January 6, 2011 15:11
Show Gist options
  • Save workmad3/767995 to your computer and use it in GitHub Desktop.
Save workmad3/767995 to your computer and use it in GitHub Desktop.
Event.should_receive(:only).with(:street, :location, :postal_code, :place_name).and_return(criteria_mock = mock("Criteria"))
criteria_mock.should_receive(:limit).with(100).and_return(criteria_mock)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment