Skip to content

Commit f0a55a7

Browse files
committed
[ci skip] MiniTest -> Minitest
MiniTest was renamed to Minitest. Already renamed on rails#13366 But slipped into on https://github.com/rails/rails/pull/18413/files#diff-6bb90a693835b0e92910b796c8b0ef59R27
1 parent 8556ab5 commit f0a55a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/test/code_statistics_calculator_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def foo
2424
end
2525
end
2626

27-
test "count number of methods in MiniTest file" do
27+
test "count number of methods in Minitest file" do
2828
code = <<-RUBY
2929
class FooTest < ActionController::TestCase
3030
test 'expectation' do

0 commit comments

Comments
 (0)