diff --git a/test/spoom/cli/cli_test.rb b/test/spoom/cli/cli_test.rb index e5194723..8f1197a1 100644 --- a/test/spoom/cli/cli_test.rb +++ b/test/spoom/cli/cli_test.rb @@ -25,7 +25,7 @@ def test_display_help_long_option assert_equal(<<~OUT, result.out) Commands: spoom --version # Show version - spoom bump # Bump Sorbet sigils from `false` to `true` when no e... + spoom bump # Bump Sorbet sigils from `false` to `true` when no errors spoom config # Manage Sorbet config spoom coverage # Collect metrics related to Sorbet coverage spoom files # List all the files typechecked by Sorbet @@ -34,10 +34,10 @@ def test_display_help_long_option spoom tc # Run Sorbet and parses its output Options: - [--color], [--no-color] # Use colors - # Default: true - p, [--path=PATH] # Run spoom in a specific path - # Default: . + [--color], [--no-color] # Use colors + # Default: true + -p, [--path=PATH] # Run spoom in a specific path + # Default: . OUT end