add admin flash messaging and styles

This commit is contained in:
Mark Moser
2016-08-24 12:15:12 -05:00
parent 35f33e8215
commit 0058168c3e
8 changed files with 36 additions and 7 deletions

View File

@ -74,7 +74,7 @@ class RecruiterControllerTest < ActionDispatch::IntegrationTest
end
end
assert_redirected_to recruiter_path
assert flash[:notice]
assert flash[:success]
end
test "should fail creation with message" do