summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index aed54e1..bb2e4a6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -23,10 +23,12 @@ end
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |spec|
spec.pattern = 'spec/**/*_spec.rb'
+ spec.rspec_opts = %w{ --colour }
end
RSpec::Core::RakeTask.new(:rcov) do |spec|
spec.pattern = 'spec/**/*_spec.rb'
+ spec.rspec_opts = %w{ --colour }
spec.rcov = true
end