You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But this introduces more Deprecation warnings due to shoulda matchers see closed PR chain
Updating Gemfile to use shoulda-matchers master branch then breaks association tests e.g.
1) Fee::FixedFee should belong to fee_type optional: true
Failure/Error: it { should belong_to(:fee_type) }
Expected Fee::FixedFee to have a belongs_to association called fee_type (the association should have been defined with `optional: true`, but was not)
The text was updated successfully, but these errors were encountered:
Something like
But this introduces more Deprecation warnings due to shoulda matchers see closed PR chain
Updating Gemfile to use shoulda-matchers master branch then breaks association tests e.g.
The text was updated successfully, but these errors were encountered: