matsu1226 / kyodokoza

共同口座専用の家計簿アプリ
0 stars 0 forks source link

system spec/relationshipの招待コードの整合性テストが通らない…。 #51

Closed matsu1226 closed 3 years ago

matsu1226 commented 3 years ago

🐛 Summary

spec/system/relationships_spec.rbにて
it "招待コードがinvitation_digestと一致" do expect(user.authenticated?(:invitation, token)).to eq true => 通らない。

👀 Steps

(バグの再現手順)

  1. Do action
  2. Do another action
  3. Wrong Behavior !!

📎 Images (optional)

(バグ発生時の画像) 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