Color for rake!

This commit is contained in:
Nicklas Ramhöj 2010-09-15 18:18:15 +02:00
parent 9bd38b334c
commit 555dcffa76
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ require 'yard'
desc "Run all examples"
Spec::Rake::SpecTask.new('spec') do |t|
t.spec_opts = ['--color']
t.spec_files = FileList['spec/**/*.rb']
end