spec/spec_helper.rb in omniauth-meetup-0.0.7 vs spec/spec_helper.rb in omniauth-meetup-0.0.8
- old
+ new
@@ -7,7 +7,7 @@
require 'omniauth-meetup'
RSpec.configure do |config|
config.include WebMock::API
config.include Rack::Test::Methods
- config.extend OmniAuth::Test::StrategyMacros, :type => :strategy
+ config.extend OmniAuth::Test::StrategyMacros, type: :strategy
end