Skip to content

Commit

Permalink
remove test on comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sairamsrinivasan committed May 27, 2024
1 parent 6393551 commit c472821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/associations_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
end

describe Comment do
it { is_expected.to be_embedded_in(:article).as_inverse_of(:comments).with_polymorphism.with_touch(true) }
it { is_expected.to be_embedded_in(:article).as_inverse_of(:comments).with_polymorphism }
it { is_expected.to belong_to(:user).as_inverse_of(:comments) }
end

Expand Down

0 comments on commit c472821

Please sign in to comment.