Skip to content

Instantly share code, notes, and snippets.

@erithmetic
Created October 20, 2008 18:38
Show Gist options
  • Save erithmetic/18140 to your computer and use it in GitHub Desktop.
Save erithmetic/18140 to your computer and use it in GitHub Desktop.
Scenario "Never going to give you up" do
Given "We are no strangers to love"
And "You know the rules and so do I"
When "a full commitment is what I'm thinking of"
Then "you wouldn't get this from any other guy"
And "I just wanna tell you how I'm feeling"
And "I gotta make you understand" do
Rick.should_not_receive(:give_up).with(:you)
Rick.should_not_receive(:let_down).with(:you)
Rick.should_not_receive(:run_around_and_desert).with(:you)
Rick.should_not_receive(:make_cry).with(:you)
Rick.should_not_receive(:say_goodbye_to).with(:you)
Rick.should_not_receive(:tell_lies_and_hurt).with(:you)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment