Skip to content

Commit ade220e

Browse files
remove commented out code
1 parent de4daa6 commit ade220e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spec/unit/associations_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
describe Message do
5050
if Mongoid::Compatibility::Version.mongoid6_or_newer?
51-
# it { is_expected.to belong_to(:user).with_optional.with_touch(true) }
51+
it { is_expected.to belong_to(:user).with_optional }
5252
end
5353
end
5454
end

0 commit comments

Comments
 (0)