tests: move color setting to config
parent
5d4ffafe63
commit
6e900c6641
|
|
@ -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…
Reference in New Issue