diff options
| author | Alban Peignier | 2017-12-20 20:52:58 +0100 | 
|---|---|---|
| committer | Alban Peignier | 2017-12-20 22:24:46 +0100 | 
| commit | ffa7c137f0d06f37f67561f09472b304efa90069 (patch) | |
| tree | aabf81f1bf792b58641ed1a126b9204e26709630 /spec/support | |
| parent | b012deb3ec8626d2d114dd725cfaeed363e08e25 (diff) | |
| download | chouette-core-ffa7c137f0d06f37f67561f09472b304efa90069.tar.bz2 | |
Add StopArea#waiting_time with support in stop_areas#index/show. Refs #5351
Diffstat (limited to 'spec/support')
| -rw-r--r-- | spec/support/decorator_helpers.rb | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/spec/support/decorator_helpers.rb b/spec/support/decorator_helpers.rb index ffedd479b..9d450deb1 100644 --- a/spec/support/decorator_helpers.rb +++ b/spec/support/decorator_helpers.rb @@ -1,5 +1,4 @@  module Support -    module DecoratorHelpers      def self.included(into)        into.instance_eval do @@ -21,7 +20,3 @@ module Support      end    end  end - -RSpec.configure do | c | -  c.include Support::DecoratorHelpers, type: :decorator -end | 
