summaryrefslogtreecommitdiff
path: root/chef-utils/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'chef-utils/Rakefile')
-rw-r--r--chef-utils/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/chef-utils/Rakefile b/chef-utils/Rakefile
index df2f59e298..4bb4605e0c 100644
--- a/chef-utils/Rakefile
+++ b/chef-utils/Rakefile
@@ -6,6 +6,7 @@ begin
require "rspec/core/rake_task"
desc "Run standard specs"
RSpec::Core::RakeTask.new(:spec) do |t|
+ t.verbose = false
t.pattern = FileList["spec/**/*_spec.rb"]
end
rescue LoadError