私は関連付けにgem Remarkable activerecordを使用しています。私は注目に値する、注目に値するactiverecrodの両方のgemをインストールしました。Gemfile に両方の gem を追加しました。spec_helper.rb で必要に応じて「remarkable_activerecord」を追加しました。
describe Authentication do
FactoryGirl.build(:authentication).should belong_to(:user)
end
エラーが発生しました:
認証失敗/エラー: { belong_to(:user) にする必要があります } NoMethodError: 未定義のメソッド `belong_to' for #
今何をすべきか..?? 前もって感謝します