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

Renamed minitest_helper.rb as helper.rb

This commit is contained in:
Nobuyoshi Nakada 2019-08-08 23:09:24 +09:00 committed by aycabta
parent 8045ebbf78
commit 5555e3ef57
63 changed files with 62 additions and 62 deletions

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
require 'minitest_helper'
require_relative 'helper'
class TestRDocMarkupToHtmlSnippet < RDoc::Markup::FormatterTestCase