Skip to content

Commit 2f73982

Browse files
authored
Merge pull request rails#27166 from mtsmfm/rename-minitest
[ci skip] `MiniTest` -> `Minitest`
2 parents 8556ab5 + f0a55a7 commit 2f73982

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)