summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 728f1e3de..38cfec6ce 100644
--- a/Rakefile
+++ b/Rakefile
@@ -43,7 +43,6 @@ desc "Create the tarball and the gem - use when releasing"
task :puppetpackages => [:create_gem, :package]
RSpec::Core::RakeTask.new do |t|
- t.rspec_opts = ['--format','s', '--color']
t.pattern ='spec/{unit,integration}/**/*.rb'
t.fail_on_error = false
end