Skip to content

Commit

Permalink
Changing some spec text.
Browse files Browse the repository at this point in the history
  • Loading branch information
TuckerJD committed Jan 14, 2015
1 parent 7f34f7c commit 4c14eb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/features/tasks/gis/locality/gi_display.html.erb_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
clean_slate_geo
end

it 'renders the collecting_events_nearby partial' do
it 'renders the geographic_areas_within partial' do
@collecting_event = @ce_p1
@geographic_item = @collecting_event.georeferences.first.error_geographic_item
# this triggers 'Collecting events within', which renders gi_display
visit ("tasks/gis/locality/within/#{@geographic_item.id}")
expect(page).to have_content(/Task: Contained within/)
end
Expand Down

0 comments on commit 4c14eb6

Please sign in to comment.