Created
October 20, 2008 18:38
-
-
Save erithmetic/18140 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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