mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
(QENG-2246) Add Default Rake Task
Add a default task that calls test.
This commit is contained in:
parent
1d483b1374
commit
7d77e76fc0
1 changed files with 2 additions and 0 deletions
2
Rakefile
2
Rakefile
|
|
@ -11,3 +11,5 @@ RSpec::Core::RakeTask.new(:junit) do |t|
|
||||||
t.rspec_opts = %w[-r yarjuf -f JUnit -o results.xml]
|
t.rspec_opts = %w[-r yarjuf -f JUnit -o results.xml]
|
||||||
t.pattern = 'spec/'
|
t.pattern = 'spec/'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
task :default => [:test]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue