我正在使用 gem Remarkable activerecord 进行关联。我已经安装了非凡和非凡的 activerecrod 两个 gem。我已经在我的 Gemfile 中添加了两个 gem。我在 spec_helper.rb 中添加了“remarkable_activerecord”。
describe Authentication do
FactoryGirl.build(:authentication).should belong_to(:user)
end
我收到错误:
身份验证失败/错误:它 { should belong_to(:user) } NoMethodError: undefined method `belong_to' for #
现在应该怎么办..?? 提前致谢