次のように、正常に機能する多くのアクティブなレコード検証があります: code: belongs_to :topics
test:it { should belong_to :topic }
ただし、active_hash 関連付けと次のようなテストがあります。
コード: belongs_to_active_hash :day
テスト: pending { should belong_to_active_hash :day }
しかし、テストは失敗します:
未定義のメソッドif' for #<Shoulda::Matchers
...