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
have_and_belong_to_many(:association_name) has naming conflict with should amatchers. All other matchers have aliases - which is great! I can use both shoulda matchers and mongoid-rspec matchers.
have_and_belong_to_many(:association_name)
has naming conflict with should amatchers. All other matchers have aliases - which is great! I can use both shoulda matchers andmongoid-rspec
matchers.Here is missing alias: https://github.com/mongoid-rspec/mongoid-rspec/blob/master/lib/matchers/associations.rb#L321-L323
The text was updated successfully, but these errors were encountered: