move commented out tests

This commit is contained in:
Andrew Brown 2021-05-21 17:08:18 -07:00
parent 2af57480f9
commit 960ea5bc91
33 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,9 @@ class MainControllerTest < ActionDispatch::IntegrationTest
assert_response :success
end
test "should get privacy page" do
get privacy_policy_url
assert_response :success
end
end