@mock.should.receive(:call_me_thrice).times(3) @mock.should.receive(:just_this_1_time).once @mock.should.receive(:dont_even_think_about_it).never
[Validate]