aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support
diff options
context:
space:
mode:
authorLuc Donnet2017-12-21 15:55:21 +0100
committerLuc Donnet2017-12-21 15:55:21 +0100
commit1d7a0cb4ce78603dac88c4054a658f02bf9fbb22 (patch)
tree516415d7d825d6e421fecdc8c85f11afc0c3a176 /spec/support
parentbdaca45a64b362091b5fbbdd0c23bd20e01d9208 (diff)
parenta832fa35fee4b472053fd14a14e54221c42c11a8 (diff)
downloadchouette-core-1d7a0cb4ce78603dac88c4054a658f02bf9fbb22.tar.bz2
Merge branch 'master' into 5316-migrate-compliance-control-and-check-attributes-from-hs
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/decorator_helpers.rb5
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