mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
Use consistent language for invite codes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user