Skip to content

Instantly share code, notes, and snippets.

@ymendel
Created November 12, 2008 23:35
Show Gist options
  • Save ymendel/24312 to your computer and use it in GitHub Desktop.
Save ymendel/24312 to your computer and use it in GitHub Desktop.
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