mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-18 13:38:24 -04:00
include sci names in create crop feature spec
This commit is contained in:
@@ -43,8 +43,10 @@ feature "crop wranglers" do
|
||||
click_link 'Add Crop'
|
||||
fill_in 'Name', with: "aubergine"
|
||||
fill_in 'Wikipedia URL', with: "http://en.wikipedia.org/wiki/Maize"
|
||||
fill_in 'crop_scientific_names_attributes_0_scientific_name', with: "planticus maximus"
|
||||
click_on 'Save'
|
||||
expect(page).to have_content 'Crop was successfully created'
|
||||
expect(page).to have_content 'planticus maximus'
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user