aboutsummaryrefslogtreecommitdiffstats
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorLuc Donnet2012-02-15 12:10:49 +0100
committerLuc Donnet2012-02-15 12:10:49 +0100
commitfa26c241d19bea9b15ada7392a4a8de682794c09 (patch)
tree353a5a74b50eb3b550ccd0cd182e767ec361a268 /spec/spec_helper.rb
parentd2121da8941e8e4154fe6970badcd44278e86074 (diff)
downloadchouette-core-fa26c241d19bea9b15ada7392a4a8de682794c09.tar.bz2
Add line to the model
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index e66d9802c..41ce1fde6 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -29,4 +29,5 @@ RSpec.configure do |config|
# automatically. This will be the default behavior in future versions of
# rspec-rails.
config.infer_base_class_for_anonymous_controllers = false
+
end