aboutsummaryrefslogtreecommitdiffstats
path: root/test/spec_helper.rb
diff options
context:
space:
mode:
authorRyan Davis <ryand-ruby@zenspider.com>2010-10-18 16:27:17 -0700
committerRyan Davis <ryand-ruby@zenspider.com>2010-10-18 16:27:17 -0700
commit7aacb3afdf305a796ded658ab90e9cd623c7f906 (patch)
tree6ccc5904db49c8e2ac54e56ca67e8c4618b9433d /test/spec_helper.rb
parentc291d6ce7f88d6884b2a04effbb58cf730c83347 (diff)
downloadrails-7aacb3afdf305a796ded658ab90e9cd623c7f906.tar.gz
rails-7aacb3afdf305a796ded658ab90e9cd623c7f906.tar.bz2
rails-7aacb3afdf305a796ded658ab90e9cd623c7f906.zip
Removed TreeManagerShared and related tests. They sucked
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
-