alway show spec color

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

View file

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