spec/spec_helper.rb in coffeelint-0.3.0 vs spec/spec_helper.rb in coffeelint-0.4.0
- old
+ new
@@ -1,7 +1,5 @@
require 'rspec'
require 'coffeelint'
RSpec.configure do |config|
- config.color_enabled = true
- config.formatter = 'documentation'
end