Skip to content

Instantly share code, notes, and snippets.

@Pistos
Created August 10, 2011 17:44
Show Gist options
  • Select an option

  • Save Pistos/1137587 to your computer and use it in GitHub Desktop.

Select an option

Save Pistos/1137587 to your computer and use it in GitHub Desktop.
rspec 2.6 fail?
(rdb:1) p ['hey'].should include('hey')
TypeError Exception: wrong argument type String (expected Module)
(rdb:1) p ['hey'].include?('hey').should be_true
true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment