-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Guardian.Plug to assert sign in status (#496)
* Use Guardian.Plug to assert sign in status We use the guardian auth framework to assert whether a user has been signed in, rather than inspecting the HTML response. This change makes tests less brittle to HTML or other view changes. * Shorten assert statements
- Loading branch information
1 parent
fca2dbe
commit ed73402
Showing
1 changed file
with
7 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters