Closed matsu1226 closed 3 years ago
spec/system/relationships_spec.rbにて it "招待コードがinvitation_digestと一致" do expect(user.authenticated?(:invitation, token)).to eq true => 通らない。
(バグの再現手順)
(バグ発生時の画像) 1) Users 招待コード 招待コードがinvitation_digestと一致 Failure/Error: expect(user.authenticated?(:invitation, token)).to eq true
expected: true got: false (compared using ==) Diff: @@ -1 +1 @@ -true +false
🐛 Summary
spec/system/relationships_spec.rbにて
it "招待コードがinvitation_digestと一致" do expect(user.authenticated?(:invitation, token)).to eq true => 通らない。
👀 Steps
(バグの再現手順)
📎 Images (optional)
(バグ発生時の画像) 1) Users 招待コード 招待コードがinvitation_digestと一致 Failure/Error: expect(user.authenticated?(:invitation, token)).to eq true