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:
parent
778c397310
commit
b1b155ff03
Notes:
git
2020-02-13 11:08:00 +09:00
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue