aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSnuggs <rstovall@innovative-studios.com>2010-10-16 12:28:56 -0400
committerSnuggs <rstovall@innovative-studios.com>2010-10-16 12:40:51 -0400
commit3fcfcd7b80ea9cbb164487922a33eca5609602a6 (patch)
tree036a13fd1b6c204c37da9db23970b1c50135e2c6
parent3aace4a4716a0aa88cf605a814ea05d4b841edc5 (diff)
downloadrails-3fcfcd7b80ea9cbb164487922a33eca5609602a6.tar.gz
rails-3fcfcd7b80ea9cbb164487922a33eca5609602a6.tar.bz2
rails-3fcfcd7b80ea9cbb164487922a33eca5609602a6.zip
Fixed broken tests by removing undefined matcher requirements
-rw-r--r--spec/support/matchers.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/support/matchers.rb b/spec/support/matchers.rb
index 5f51a68633..486e4fe274 100644
--- a/spec/support/matchers.rb
+++ b/spec/support/matchers.rb
@@ -1,4 +1 @@
require "support/matchers/be_like"
-require "support/matchers/disambiguate_attributes"
-require "support/matchers/hash_the_same_as"
-require "support/matchers/have_rows"