Skip to content
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.

Commit

Permalink
Fixes bug where test did not commit records before performing search
Browse files Browse the repository at this point in the history
  • Loading branch information
alindeman committed Oct 30, 2011
1 parent 07062d7 commit 7e3ac34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sunspot/spec/integration/test_pagination.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@posts = (0..19).map do |i|
Post.new(:blog_id => i)
end
Sunspot.index(*@posts)
Sunspot.index!(*@posts)
end

it 'should return all by default' do
Expand Down

0 comments on commit 7e3ac34

Please sign in to comment.