update fixtures and tests to include second department/quiz

This commit is contained in:
Mark Moser
2017-05-04 07:49:10 -05:00
parent 255e430abd
commit 47054265c8
10 changed files with 212 additions and 8 deletions

View File

@ -25,7 +25,7 @@ module Admin
auth_recruiter
get admin_candidates_url
assert_response :success
assert_select "a[href='#{admin_edit_candidate_path(candidates(:martha))}']"
assert_select "a[href='#{admin_edit_candidate_path(candidates(:gillian))}']"
end
end
end