spec/collection_spec.rb in reviewed-0.0.2 vs spec/collection_spec.rb in reviewed-0.0.3

- old
+ new

@@ -50,14 +50,14 @@ end end describe 'page attributes (pagination)' do it 'returns the total item count' do - @collection.total.should == 15060 + @collection.total.should > 1 end it 'returns the total number of pages' do - @collection.total_pages.should == 753 + @collection.total_pages.should > 1 end it 'indicates whether this is the first or last page' do @collection.first_page.should be_true @collection.last_page.should be_false