Require authentication for most endpoints (#29)

Reviewed-on: #29
This commit is contained in:
Andrew Tomaka 2024-09-08 21:07:51 -04:00
parent 0f95034e8e
commit c64550785e
15 changed files with 84 additions and 11 deletions

View file

@ -3,6 +3,7 @@ require "application_system_test_case"
class MembersTest < ApplicationSystemTestCase
setup do
@member = members(:one)
login(users(:one).email)
end
test "visiting the index" do