From ffa7c137f0d06f37f67561f09472b304efa90069 Mon Sep 17 00:00:00 2001 From: Alban Peignier Date: Wed, 20 Dec 2017 20:52:58 +0100 Subject: Add StopArea#waiting_time with support in stop_areas#index/show. Refs #5351 --- spec/support/decorator_helpers.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'spec/support') 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 -- cgit v1.2.3