Skip to content

Commit

Permalink
Fixed stored fields integration spec for new arity
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat Brown committed Jul 21, 2009
1 parent d0dcb01 commit 9077b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/stored_fields_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
end

it 'should return stored fields' do
Sunspot.search(Post).hits.first.stored[:title].should == 'A Title'
Sunspot.search(Post).hits.first.stored(:title).should == 'A Title'
end
end

0 comments on commit 9077b11

Please sign in to comment.