Guest User

Untitled

a guest
Jul 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Event.should_receive(:only).with(:street, :location, :postal_code, :place_name).and_return(criteria_mock = mock("Criteria"))
  2. criteria_mock.should_receive(:limit).with(100).and_return(criteria_mock)
Add Comment
Please, Sign In to add comment