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
2
Rakefile
2
Rakefile
|
|
@ -2,7 +2,7 @@ require 'rspec/core/rake_task'
|
||||||
|
|
||||||
desc 'Run rspec tests with coloring.'
|
desc 'Run rspec tests with coloring.'
|
||||||
RSpec::Core::RakeTask.new(:test) do |t|
|
RSpec::Core::RakeTask.new(:test) do |t|
|
||||||
t.rspec_opts = %w[--color]
|
t.rspec_opts = %w[--color --format documentation]
|
||||||
t.pattern = 'spec/'
|
t.pattern = 'spec/'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue