diff options
| author | Luc Donnet | 2012-02-15 12:10:49 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2012-02-15 12:10:49 +0100 | 
| commit | fa26c241d19bea9b15ada7392a4a8de682794c09 (patch) | |
| tree | 353a5a74b50eb3b550ccd0cd182e767ec361a268 /spec/spec_helper.rb | |
| parent | d2121da8941e8e4154fe6970badcd44278e86074 (diff) | |
| download | chouette-core-fa26c241d19bea9b15ada7392a4a8de682794c09.tar.bz2 | |
Add line to the model
Diffstat (limited to 'spec/spec_helper.rb')
| -rw-r--r-- | spec/spec_helper.rb | 1 | 
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 | 
