spec/spec_helper.rb in omniauth-twitter-0.0.13 vs spec/spec_helper.rb in omniauth-twitter-0.0.14

- old
+ new

@@ -10,7 +10,9 @@ RSpec.configure do |config| config.include WebMock::API config.include Rack::Test::Methods config.extend OmniAuth::Test::StrategyMacros, :type => :strategy + config.expect_with :rspec do |c| + c.syntax = :expect + end end -