Actions
Refactor #36642
closedForeman - Tracker #36640: Support Minitest 5.19+
Use Minitest namespace
Description
test/kafo/configuration_test.rb: mod = MiniTest::Mock.new test/kafo/configuration_test.rb: mod = MiniTest::Mock.new test/kafo/data_type_test.rb: dt = MiniTest::Mock.new test/kafo/param_test.rb: mod = MiniTest::Mock.new test/kafo/param_test.rb: MiniTest::Mock.new test/kafo/parser_cache_writer_test.rb: mod = MiniTest::Mock.new test/kafo/progress_bar_test.rb: let(:powerbar) { MiniTest::Mock.new } test/kafo/puppet_command_test.rb: let(:puppetconf) { MiniTest::Mock.new }
Actions