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

[ci skip] MiniTest -> Minitest

MiniTest was renamed to Minitest.
Already renamed on https://github.com/rails/rails/pull/13366
But slipped into on https://github.com/rails/rails/pull/18413/files#diff-6bb90a693835b0e92910b796c8b0ef59R27
This commit is contained in:
Fumiaki MATSUSHIMA 2016-11-24 18:03:46 +09:00
parent 8556ab505a
commit f0a55a7c6a

View file

@ -24,7 +24,7 @@ class CodeStatisticsCalculatorTest < ActiveSupport::TestCase
end end
end end
test "count number of methods in MiniTest file" do test "count number of methods in Minitest file" do
code = <<-RUBY code = <<-RUBY
class FooTest < ActionController::TestCase class FooTest < ActionController::TestCase
test 'expectation' do test 'expectation' do