diff options
author | Snuggs <rstovall@innovative-studios.com> | 2010-10-16 12:28:56 -0400 |
---|---|---|
committer | Snuggs <rstovall@innovative-studios.com> | 2010-10-16 12:40:51 -0400 |
commit | 3fcfcd7b80ea9cbb164487922a33eca5609602a6 (patch) | |
tree | 036a13fd1b6c204c37da9db23970b1c50135e2c6 /spec/support | |
parent | 3aace4a4716a0aa88cf605a814ea05d4b841edc5 (diff) | |
download | rails-3fcfcd7b80ea9cbb164487922a33eca5609602a6.tar.gz rails-3fcfcd7b80ea9cbb164487922a33eca5609602a6.tar.bz2 rails-3fcfcd7b80ea9cbb164487922a33eca5609602a6.zip |
Fixed broken tests by removing undefined matcher requirements
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/matchers.rb | 3 |
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" |