diff options
| author | Luc Donnet | 2015-03-18 13:50:48 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2015-03-18 13:50:48 +0100 | 
| commit | 0740decc6a2c5117d1dc89e3665774460626f86b (patch) | |
| tree | 38ce232fe7bdf791b6105a68055cb9d32f2b1dab /spec/spec_helper.rb | |
| parent | bfab1e4947c66f4232efd604cb952b95e43ad623 (diff) | |
| download | chouette-core-0740decc6a2c5117d1dc89e3665774460626f86b.tar.bz2 | |
Initialize migration to new api version
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 1f9c353dc..4af9e445c 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -10,6 +10,7 @@ require 'capybara/rails'  require 'capybara/poltergeist'  require 'georuby-ext'  require 'will_paginate/array' +require 'fakeweb'  # Requires supporting ruby files with custom matchers and macros, etc, in  # spec/support/ and its subdirectories. Files matching `spec/**/*_spec.rb` are | 
