mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Merge pull request #114 from sschneid/rspec_dash_fd
Show test contexts and names
This commit is contained in:
commit
aeed05365f
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.'
|
||||
RSpec::Core::RakeTask.new(:test) do |t|
|
||||
t.rspec_opts = %w[--color]
|
||||
t.rspec_opts = %w[--color --format documentation]
|
||||
t.pattern = 'spec/'
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue