Skip to content

Commit a47af45

Browse files
committed
Add color to RSpec output
1 parent 5190a3e commit a47af45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require 'rubocop/rake_task'
66

77
RSpec::Core::RakeTask.new(:spec) do |spec|
88
spec.pattern = FileList['spec/**/*_spec.rb'].uniq
9-
spec.rspec_opts = '--format documentation'
9+
spec.rspec_opts = '--format documentation --color'
1010
end
1111

1212
YARD::Rake::YardocTask.new(:doc) do |t|

0 commit comments

Comments
 (0)