StandardRB fixes
This commit is contained in:
@@ -94,7 +94,7 @@ class InvitationFlowTest < ActionDispatch::IntegrationTest
|
||||
end
|
||||
|
||||
test "expired invitation token flow" do
|
||||
user = User.create!(
|
||||
User.create!(
|
||||
email_address: "expired@example.com",
|
||||
password: "temppassword",
|
||||
status: :pending_invitation
|
||||
@@ -178,4 +178,4 @@ class InvitationFlowTest < ActionDispatch::IntegrationTest
|
||||
assert_not_equal old_session1.id, user.sessions.first.id
|
||||
assert_not_equal old_session2.id, user.sessions.first.id
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user