spec/spec_helper.rb in spree_cmd-3.0.5 vs spec/spec_helper.rb in spree_cmd-3.0.6

- old
+ new

@@ -13,14 +13,16 @@ # This file is copied to ~/spec when you run 'ruby script/generate rspec' # from the project root directory. ENV["RAILS_ENV"] ||= 'test' +require 'spree/testing_support/shoulda_matcher_configuration' + RSpec.configure do |config| config.color = true config.mock_with :rspec config.raise_errors_for_deprecations! - + config.fixture_path = "#{::Rails.root}/spec/fixtures" config.use_transactional_fixtures = false config.fail_fast = ENV['FAIL_FAST'] || false