Browse Source

tests: move color setting to config

dev
Andy Meneely 10 years ago
parent
commit
6e900c6641
  1. 1
      .rspec
  2. 2
      spec/spec_helper.rb

1
.rspec

@ -1 +0,0 @@
--color

2
spec/spec_helper.rb

@ -14,6 +14,8 @@ RSpec.configure do |config|
config.mock_with :rspec do |mocks|
mocks.verify_partial_doubles = true
end
config.tty = true
config.color = true
end
def tmp_dir

Loading…
Cancel
Save