mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Color for rake!
This commit is contained in:
parent
9bd38b334c
commit
555dcffa76
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue