Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
sairamsrinivasan committed May 27, 2024
1 parent de4daa6 commit ade220e
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 @@ -48,7 +48,7 @@

describe Message do
if Mongoid::Compatibility::Version.mongoid6_or_newer?
# it { is_expected.to belong_to(:user).with_optional.with_touch(true) }
it { is_expected.to belong_to(:user).with_optional }
end
end
end

0 comments on commit ade220e

Please sign in to comment.