From 3ab6ae0c601d1b4459efd8bb39650fee370aa5b8 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Fri, 12 Mar 2010 16:38:36 -0800 Subject: Organize the matchers a bit more --- spec/support/matchers.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'spec/support/matchers.rb') diff --git a/spec/support/matchers.rb b/spec/support/matchers.rb index 6f50d6cbc7..8cef5d947e 100644 --- a/spec/support/matchers.rb +++ b/spec/support/matchers.rb @@ -1,3 +1,4 @@ require "support/matchers/be_like" require "support/matchers/disambiguate_attributes" -require "support/matchers/hash_the_same_as" \ No newline at end of file +require "support/matchers/hash_the_same_as" +require "support/matchers/have_rows" \ No newline at end of file -- cgit v1.2.3