Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

Commit

Permalink
removing note
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Lasseigne committed Feb 6, 2012
1 parent 6f30aa6 commit 0604ac8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/active_record_model_extension_spec.rb
Expand Up @@ -121,7 +121,6 @@
context '#current_order' do
it 'returns the field being ordered on' do
npw = NobelPrizeWinner.with_order({order: 'first_name-asc'})
# fix the symbol/string inconsistency later
npw.current_order[:field].should == :first_name
npw.current_order[:dir].should == :asc
npw.current_order[:param_namespace].should == nil
Expand Down

0 comments on commit 0604ac8

Please sign in to comment.