From c1f5d0ec007514afffa85b8f855adec06b3994e1 Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Mon, 20 Oct 2014 11:01:26 +0300 Subject: [PATCH] fixed spec --- spec/support/general.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/support/general.rb b/spec/support/general.rb index 3c646e2e4..99de8a409 100644 --- a/spec/support/general.rb +++ b/spec/support/general.rb @@ -14,7 +14,6 @@ module General end end - RSpec.configure do |c| c.include General end