spec/spec_helper.rb in spree_cmd-1.3.2 vs spec/spec_helper.rb in spree_cmd-1.3.3
- old
+ new
@@ -1,9 +1,10 @@
# This file is copied to ~/spec when you run 'ruby script/generate rspec'
# from the project root directory.
ENV["RAILS_ENV"] ||= 'test'
RSpec.configure do |config|
+ config.color = true
config.mock_with :rspec
config.fixture_path = "#{::Rails.root}/spec/fixtures"
config.use_transactional_fixtures = false