spec/spec_helper.rb in omniauth-constantcontact2-1.0.5 vs spec/spec_helper.rb in omniauth-constantcontact2-1.0.6

- old
+ new

@@ -5,9 +5,11 @@ require 'rspec' require 'rack/test' require 'omniauth' require 'omniauth-constantcontact2' +OmniAuth.config.test_mode = true + Dir[File.expand_path('../support/**/*', __FILE__)].each { |f| require f } RSpec.configure do |config| config.include Rack::Test::Methods config.extend OmniAuth::Test::StrategyMacros, :type => :strategy