Skip to content

Commit

Permalink
Merge pull request #483 from Shopify/andyw8/fix-failing-cli-test
Browse files Browse the repository at this point in the history
Fix failing CLI test
  • Loading branch information
andyw8 committed Nov 8, 2023
2 parents 139bca5 + 1e4023d commit d9a4631
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/spoom/cli/cli_test.rb
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d9a4631

Please sign in to comment.