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

Commit bb0ed87

Browse files
committed
Verify partial doubles by default, take 2
1 parent 4a0a0ff commit bb0ed87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rspec/support/recursive_const_methods_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Parent
1212

1313
class Bar < Parent
1414
VAL = 10
15-
def to_str
15+
def self.to_str
1616
"Bar"
1717
end
1818
end

0 commit comments

Comments
 (0)