mongoid-rspec icon indicating copy to clipboard operation
mongoid-rspec copied to clipboard

touch method is not working

Open ajayakodi-wm opened this issue 3 years ago • 0 comments

HaveAssociationMatcher doesn't support the touch method assertion?

Failure/Error: it { should belong_to(:some_association).touch(true) }

    NoMethodError:
      undefined method `touch' for #<Mongoid::Matchers::Associations::HaveAssociationMatcher:0x00007f881dcd5648>

ajayakodi-wm avatar Jun 01 '22 11:06 ajayakodi-wm