summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2013-03-15 19:02:04 +0100
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2013-03-15 19:02:04 +0100
commitb9de77d2043341a6dd60c91daa26b6434c988f5f (patch)
tree1c45f1b6170fa92e2d62140d34c99cc3025c9464 /Rakefile
parent616b59bead6a57f71b4b4e59aaf080cd130ab250 (diff)
Improve rspec options
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Rakefile b/Rakefile
index e2eca5a..2f92f39 100644
--- a/Rakefile
+++ b/Rakefile
@@ -4,10 +4,5 @@ require 'rspec/core/rake_task'
require 'puppet-lint/tasks/puppet-lint'
require 'puppetlabs_spec_helper/rake_tasks'
-RSpec::Core::RakeTask.new(:spec) do |t|
- t.pattern = 'spec/*/*_spec.rb'
- t.rspec_opts = ['-c']
-end
-
task :default => [:spec, :lint]