diff options
| author | Luc Donnet | 2015-01-15 16:40:30 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2015-01-15 16:40:30 +0100 | 
| commit | c89c3508eb953e79165ba61aee878db8e4d15ff5 (patch) | |
| tree | f59b362c96c13bd5facba44f356676f3383e6cd3 /spec/spec_helper.rb | |
| parent | b9a4d3cde1604f4bea01551d8c85624a313a2dfe (diff) | |
| parent | 7d984efe77efd8e610c91fcefc35c4a3e17412fd (diff) | |
| download | chouette-core-c89c3508eb953e79165ba61aee878db8e4d15ff5.tar.bz2 | |
Fix tests and merge master
Diffstat (limited to 'spec/spec_helper.rb')
| -rw-r--r-- | spec/spec_helper.rb | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 53994d612..15951834e 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -36,7 +36,10 @@ Dir[Rails.root.join("spec/support/**/*.rb")].each {|f| require f}  # If you are not using ActiveRecord, you can remove this line.  ActiveRecord::Migration.maintain_test_schema! -RSpec.configure do |config|  +RSpec.configure do |config| + +  #Capybara.exact = true +      # ## Mock Framework    #    # If you prefer to use mocha, flexmock or RR, uncomment the appropriate line: | 
