diff --git a/test/support/test_reporter.rb b/test/support/test_reporter.rb index b49a200..0e99ee0 100644 --- a/test/support/test_reporter.rb +++ b/test/support/test_reporter.rb @@ -1,6 +1,7 @@ require "minitest/reporters" -module MiniTest::Reporters::RedStack +module Aviator +class Test class SpecReporter < MiniTest::Reporters::SpecReporter @@ -41,5 +42,6 @@ module MiniTest::Reporters::RedStack end end +end -MiniTest::Reporters.use! MiniTest::Reporters::RedStack::ProgressReporter.new \ No newline at end of file +MiniTest::Reporters.use! Aviator::Test::ProgressReporter.new \ No newline at end of file