From 48f8f7cb57672006f420e6323d3a0208bd7aede2 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 22 Jan 2023 16:22:09 +0100 Subject: [PATCH] Fix test name from copypasta --- test/cli/main_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cli/main_test.rb b/test/cli/main_test.rb index 4c8d08e4..ca292715 100644 --- a/test/cli/main_test.rb +++ b/test/cli/main_test.rb @@ -2,7 +2,7 @@ require "test_helper" require "active_support/testing/stream" require "mrsk/cli" -class CommandsAppTest < ActiveSupport::TestCase +class CliMainTest < ActiveSupport::TestCase include ActiveSupport::Testing::Stream setup do