Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ybakos committed Feb 19, 2018
2 parents edb3292 + 9afd4b3 commit 35e9f7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/features/user_creates_biodiversity_report_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
fill_in('Biomass estimate', with: '1.0')
click_button('Create Biodiversity report')
expect(page).to have_selector '.alert', text: 'Biodiversity report was successfully created.'
expect(page).to have_content(BiodiversityReport.last.to_s)
end

scenario 'providing invalid report data' do
Expand Down

0 comments on commit 35e9f7c

Please sign in to comment.