aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support/matchers/have_rows.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/matchers/have_rows.rb')
-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