mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 18:08:42 -05:00
Merge pull request #113 from colinPL/qeng_2246_deftask
(QENG-2246) Add Default Rake Task
This commit is contained in:
commit
d1a9dd67cd
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.pattern = 'spec/'
|
||||
end
|
||||
|
||||
task :default => [:test]
|
||||
Loading…
Add table
Add a link
Reference in a new issue