fix admin/candidate[s] naming

This commit is contained in:
Mark Moser
2016-09-22 14:21:34 -05:00
parent 0a9bf96e24
commit aeef75bf8b
5 changed files with 8 additions and 8 deletions

View File

@ -27,7 +27,7 @@ module Admin
{ name: 'new name', email: 'test@mailinator.com', experience: '0-3', quiz_id: quizzes(:fed).id } }
end
end
assert_redirected_to admin_candidate_path
assert_redirected_to admin_candidates_path
assert flash[:success]
end