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

Commit 4a0a0ff

Browse files
authored
Merge pull request #494 from rspec/verify-partial-doubles-by-default
Verify partial doubles by default (dependent)
2 parents 3e9828d + 0e537f0 commit 4a0a0ff

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)