Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tpitale
Created May 24, 2014 01:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tpitale/da3598ca90aec1d1cd4e to your computer and use it in GitHub Desktop.
Save tpitale/da3598ca90aec1d1cd4e to your computer and use it in GitHub Desktop.
Disable "should" syntax
RSpec.configure do |config|
config.expect_with :rspec do |c|
c.syntax = :expect
end
end
@tpitale
Copy link
Author

tpitale commented May 24, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment