alway show spec color

This commit is contained in:
Jessica Lynn Suttles 2013-02-04 13:40:04 -08:00
parent ac771520ae
commit d49b95e2a3

View file

@ -7,4 +7,5 @@ require 'rspec/autorun'
RSpec.configure do |config|
config.order = "random"
config.color = true
end