We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79d679 commit 7a8f0b4Copy full SHA for 7a8f0b4
1 file changed
test/test_error_highlight.rb
@@ -13,7 +13,7 @@ def message_for(corrections)
13
def setup
14
if defined?(DidYouMean)
15
@did_you_mean_old_formatter = DidYouMean.formatter
16
- DidYouMean.formatter = DummyFormatter
+ DidYouMean.formatter = DummyFormatter.new
17
end
18
19
0 commit comments