Created
November 12, 2008 23:35
-
-
Save ymendel/24312 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
1) | |
'should_not include(expected) should fail if target includes expected' FAILED | |
expected Spec::Expectations::ExpectationNotMetError with "expected {:key => 'value'} not to include :key", got #<Spec::Expectations::ExpectationNotMetError: expected {:key=>"value"} not to include :key> | |
### so I change some stuff | |
1) | |
'should_not include(expected) should fail if target includes expected' FAILED | |
expected Spec::Expectations::ExpectationNotMetError with "expected {:key => \"value\"} not to include :key", got #<Spec::Expectations::ExpectationNotMetError: expected {:key=>"value"} not to include :key> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment