spec/spec_helper.rb in gds-sso-3.0.3 vs spec/spec_helper.rb in gds-sso-3.0.4

- old
+ new

@@ -3,12 +3,13 @@ # Yes, we really do want to turn off the test environment check here. # Bad things happen if we don't ;-) ENV['GDS_SSO_STRATEGY'] = 'real' -Bundler.require :default, :development +Bundler.require :default require 'capybara/rspec' +require 'combustion' Combustion.initialize! require 'rspec/rails' require 'capybara/rails'