summaryrefslogtreecommitdiff
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
parent616b59bead6a57f71b4b4e59aaf080cd130ab250 (diff)
Improve rspec options
-rw-r--r--Rakefile5
-rw-r--r--spec/.rspec (renamed from spec/spec.opts)0
-rw-r--r--spec/spec_helper.rb1
3 files changed, 0 insertions, 6 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]
diff --git a/spec/spec.opts b/spec/.rspec
index 91cd642..91cd642 100644
--- a/spec/spec.opts
+++ b/spec/.rspec
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 3106389..d63accd 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -30,5 +30,4 @@ RSpec.configure do |config|
end
config.module_path = File.join(fixture_path, 'modules')
config.manifest_dir = File.join(fixture_path, 'manifests')
- config.color_enabled = true
end