Skip to content

Instantly share code, notes, and snippets.

@elvio
Created September 18, 2013 13:05
Show Gist options
  • Save elvio/6608875 to your computer and use it in GitHub Desktop.
Save elvio/6608875 to your computer and use it in GitHub Desktop.
Disable RSpec old syntax
RSpec.configure do |config|
# ...
config.expect_with :rspec do |c|
c.syntax = :expect
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment