Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 0e537f0

Browse files
committed
Verify partial doubles by default (dependent)
See rspec/rspec-mocks#1409
1 parent 1624f7b commit 0e537f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/rspec/support/recursive_const_methods_spec.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ class Parent
1212

1313
class Bar < Parent
1414
VAL = 10
15+
def to_str
16+
"Bar"
17+
end
1518
end
1619
end
1720

0 commit comments

Comments
 (0)