summaryrefslogtreecommitdiff
path: root/spec
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 /spec
parent616b59bead6a57f71b4b4e59aaf080cd130ab250 (diff)
Improve rspec options
Diffstat (limited to 'spec')
-rw-r--r--spec/.rspec (renamed from spec/spec.opts)0
-rw-r--r--spec/spec_helper.rb1
2 files changed, 0 insertions, 1 deletions
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