spec/spec_helper.rb in omniauth-mailchimp-2.1.0 vs spec/spec_helper.rb in omniauth-mailchimp-2.3.0
- old
+ new
@@ -1,6 +1,9 @@
require 'bundler/setup'
require 'rspec'
+require 'omniauth'
+
Dir[File.expand_path('../support/**/*', __FILE__)].each { |f| require f }
RSpec.configure do |config|
+ OmniAuth.config.test_mode = true
end
\ No newline at end of file