spec/spec_helper.rb in omniauth-auth0-1.2.0 vs spec/spec_helper.rb in omniauth-auth0-1.3.0
- old
+ new
@@ -10,8 +10,8 @@
RSpec.configure do |config|
config.include WebMock::API
config.include Rack::Test::Methods
config.extend OmniAuth::Test::StrategyMacros, :type => :strategy
- config.color_enabled = true
+ config.color = true
config.formatter = 'documentation'
end
\ No newline at end of file