Skip to content

Commit 57f0dd4

Browse files
author
EmCousin
committed
cleanup duplicate stubbing line
1 parent dd0ffa6 commit 57f0dd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/serializers/serializable_validation_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
before do
2424
allow(object).to receive(:respond_to?).with(:errors) { true }
25-
allow(object.errors).to receive(:respond_to?).with(:full_message) { true }
2625
end
2726

2827
context 'when the error is on an attribute' do

0 commit comments

Comments
 (0)