spec/spec_helper.rb in netsuite-0.2.4 vs spec/spec_helper.rb in netsuite-0.2.5
- old
+ new
@@ -7,7 +7,7 @@
# in spec/support/ and its subdirectories.
Dir['spec/support/**/*.rb'].each { |f| require f }
RSpec.configure do |config|
config.mock_framework = :rspec
- config.color_enabled = true
+ config.color = true
end