1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

support multi-run test for test/did_you_mean/test_verbose_formatter.rb

This commit is contained in:
S-H-GAMELINKS 2020-02-09 09:34:47 +00:00 committed by Koichi Sasada
parent 778c397310
commit b1b155ff03
Notes: git 2020-02-13 11:08:00 +09:00

View file

@ -3,6 +3,7 @@ require_relative './helper'
class VerboseFormatterTest < Test::Unit::TestCase
def setup
require_relative File.join(DidYouMean::TestHelper.root, 'verbose')
DidYouMean.formatter = DidYouMean::VerboseFormatter.new
end
def teardown