tests: move color setting to config

dev
Andy Meneely 2016-03-17 13:37:51 -04:00
parent 5d4ffafe63
commit 6e900c6641
2 changed files with 2 additions and 1 deletions

1
.rspec
View File

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

View File

@ -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