Skip to content

Instantly share code, notes, and snippets.

@mitio
Created November 11, 2015 11:00
Show Gist options
  • Save mitio/641e6c6f0acf2d3a712b to your computer and use it in GitHub Desktop.
Save mitio/641e6c6f0acf2d3a712b to your computer and use it in GitHub Desktop.
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