aboutsummaryrefslogtreecommitdiffstats
path: root/test/spec_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec_helper.rb')
-rw-r--r--test/spec_helper.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/spec_helper.rb b/test/spec_helper.rb
index dd288e0d0d..128988e7f2 100644
--- a/test/spec_helper.rb
+++ b/test/spec_helper.rb
@@ -6,8 +6,6 @@ require 'arel'
require 'support/fake_record'
Arel::Table.engine = Arel::Sql::Engine.new(FakeRecord::Base.new)
-# HACK require 'support/shared/tree_manager_shared'
-
class Object
def must_be_like other
self.gsub(/\s+/, ' ').strip.must_equal other.gsub(/\s+/, ' ').strip
@@ -18,4 +16,3 @@ class Object
raise "not truthy" unless truthiness
end
end
-