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 }
Updated by Evgeni Golov over 1 year ago
- Project changed from Foreman to Foreman Maintain
- Description updated (diff)
- Assignee set to Evgeni Golov
Updated by Evgeni Golov over 1 year ago
- Project changed from Foreman Maintain to Kafo
- Description updated (diff)
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/kafo/pull/360 added
Updated by Anonymous over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset 4d3440c02a6592a3de34e8205688a118aa5cf360.
Actions