Skip to content

Commit

Permalink
Merge pull request #2297 from beechnut/patch-1
Browse files Browse the repository at this point in the history
Clarify test description
  • Loading branch information
mshibuya committed May 18, 2015
2 parents 68bfb27 + 0eaaac5 commit 34f5586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/rails_admin/main_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
expect(controller.list_entries.length).to eq(@players.size)
end

it 'orders associated collection records by desc' do
it 'orders associated collection records by id, descending' do
@players = 3.times.collect do
FactoryGirl.create :player
end
Expand Down

0 comments on commit 34f5586

Please sign in to comment.