aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support/matchers
diff options
context:
space:
mode:
authorErnie Miller <ernie@metautonomo.us>2010-05-26 20:49:39 -0400
committerErnie Miller <ernie@metautonomo.us>2010-05-26 20:49:39 -0400
commitc69dfd53dec5dbc9d73469e373db6bb51db1c8dd (patch)
tree832aa0281b0eaa932eda77f6e6da0be194db97ae /spec/support/matchers
parent43bfd3fae496a2a859aad0a654a91437357c3450 (diff)
parent2ee391231842eec5ce75517c0b24576c1e2a3261 (diff)
downloadrails-c69dfd53dec5dbc9d73469e373db6bb51db1c8dd.tar.gz
rails-c69dfd53dec5dbc9d73469e373db6bb51db1c8dd.tar.bz2
rails-c69dfd53dec5dbc9d73469e373db6bb51db1c8dd.zip
Merge branch 'brynary'
Diffstat (limited to 'spec/support/matchers')
-rw-r--r--spec/support/matchers/have_rows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/matchers/have_rows.rb b/spec/support/matchers/have_rows.rb
index 7d9c6a20c9..e476d25f4f 100644
--- a/spec/support/matchers/have_rows.rb
+++ b/spec/support/matchers/have_rows.rb
@@ -15,4 +15,4 @@ module Matchers
found.compact.length == expected.length && got.compact.length == expected.length
end
end
-end \ No newline at end of file
+end