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

Commit 6b4612b

Browse files
pirjJonRowe
andauthored
Update spec/rspec/support/recursive_const_methods_spec.rb
Co-authored-by: Jon Rowe <[email protected]>
1 parent f38c305 commit 6b4612b

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
@@ -13,7 +13,7 @@ class Parent
1313
class Bar < Parent
1414
VAL = 10
1515
def to_str
16-
raise "boom!"
16+
"Bar"
1717
end
1818
end
1919
end

0 commit comments

Comments
 (0)