mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Show test contexts and names
This commit is contained in:
parent
d1a9dd67cd
commit
534cc91b0f
1 changed files with 2 additions and 2 deletions
4
Rakefile
4
Rakefile
|
|
@ -2,7 +2,7 @@ require 'rspec/core/rake_task'
|
|||
|
||||
desc 'Run rspec tests with coloring.'
|
||||
RSpec::Core::RakeTask.new(:test) do |t|
|
||||
t.rspec_opts = %w[--color]
|
||||
t.rspec_opts = %w[--color --format documentation]
|
||||
t.pattern = 'spec/'
|
||||
end
|
||||
|
||||
|
|
@ -12,4 +12,4 @@ RSpec::Core::RakeTask.new(:junit) do |t|
|
|||
t.pattern = 'spec/'
|
||||
end
|
||||
|
||||
task :default => [:test]
|
||||
task :default => [:test]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue