Moves conference show #action to #edit action

This commit is contained in:
Chrisbr 2014-05-23 13:01:23 +02:00
parent 89fb059aaa
commit ab4d3021a2
9 changed files with 80 additions and 42 deletions

View file

@ -39,7 +39,7 @@ feature Conference do
expected_count = Conference.count
sign_in create(user)
visit admin_conference_path(conference.short_title)
visit edit_admin_conference_path(conference.short_title)
fill_in 'conference_title', with: 'New Con'
fill_in 'conference_short_title', with: 'NewCon'
fill_in 'conference_social_tag', with: 'NewCon'