mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
added default task
This commit is contained in:
parent
dbbb44a166
commit
32b3b6a796
1 changed files with 2 additions and 0 deletions
2
Rakefile
2
Rakefile
|
@ -5,3 +5,5 @@ desc "Run all examples"
|
||||||
Spec::Rake::SpecTask.new('spec') do |t|
|
Spec::Rake::SpecTask.new('spec') do |t|
|
||||||
t.spec_files = FileList['spec/**/*.rb']
|
t.spec_files = FileList['spec/**/*.rb']
|
||||||
end
|
end
|
||||||
|
|
||||||
|
task :default => :spec
|
||||||
|
|
Loading…
Reference in a new issue