diff --git a/spec/spec.rake b/spec/spec.rake index 8479bf57..38849fda 100644 --- a/spec/spec.rake +++ b/spec/spec.rake @@ -14,7 +14,9 @@ begin end desc "Run complete application spec suite" - RSpec::Core::RakeTask.new(:spec) + RSpec::Core::RakeTask.new(:spec) do |t| + t.rspec_opts = "--color" + end rescue LoadError puts "RSpec is not part of this bundle, skip specs." end