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:
parent
8556ab505a
commit
f0a55a7c6a
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class CodeStatisticsCalculatorTest < ActiveSupport::TestCase
|
|||
end
|
||||
end
|
||||
|
||||
test "count number of methods in MiniTest file" do
|
||||
test "count number of methods in Minitest file" do
|
||||
code = <<-RUBY
|
||||
class FooTest < ActionController::TestCase
|
||||
test 'expectation' do
|
||||
|
|
Loading…
Reference in a new issue