Skip to content

Commit

Permalink
Rename method.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjy committed Jul 2, 2014
1 parent c56fbdc commit a669dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/models/geographic_item_spec.rb
Expand Up @@ -640,8 +640,8 @@
expect(partial).not_to include(@e4, @b1)
end

specify '::all_with_collecting_event_through_georeferences' do
partial = GeographicItem.all_with_collecting_event_through_georeferences.order('id').to_a
specify '::with_collecting_event_through_georeferences' do
partial = GeographicItem.with_collecting_event_through_georeferences.order('id').to_a
expect(partial.count).to eq(27) # @k only listed once
expect(partial).to include(@p0, @p1, @p2, @p3,
@p4, @p5, @p6, @p7,
Expand Down

0 comments on commit a669dc9

Please sign in to comment.