We are PDA

This commit is contained in:
Mark Moser
2017-05-04 13:01:02 -05:00
parent 47054265c8
commit e009fc3330
4 changed files with 6 additions and 6 deletions

View File

@ -47,7 +47,7 @@ module Admin
test "recruiter should auth to dashboard" do
post admin_auth_url, params: { auth:
{ email: 'pdr.recruiter@mailinator.com', password: 'password' } }
{ email: 'pda.recruiter@mailinator.com', password: 'password' } }
assert_redirected_to admin_url
end