Use consistent language for invite codes

This commit is contained in:
Jose Farias
2024-02-02 19:37:10 -06:00
parent 8118927f9b
commit 3852b79121
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ class RegistrationsControllerTest < ActionDispatch::IntegrationTest
assert_redirected_to root_url
end
test "create when hosted requires an invitation code" do
test "create when hosted requires an invite code" do
ENV["HOSTED"] = "true"
assert_no_difference "User.count" do