revamped pool tests

This commit is contained in:
albert
2011-06-10 01:02:09 -04:00
parent f67374da83
commit ca7afc10be
7 changed files with 272 additions and 153 deletions

View File

@@ -19,7 +19,7 @@ module PostSets
end
def posts
@posts ||= pool.posts(pagination_options).limit(limit).all
@posts ||= pool.posts(pagination_options.merge(:limit => limit)).all
end
def reload