Skip to content

Commit

Permalink
Update help_spec.cr
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden authored Jan 20, 2025
1 parent 4e4db07 commit 022d4c6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions spec/integration/help_spec.cr
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
require "./spec_helper"

describe "--help" do
metadata = {
version: "1.0.0",
dependencies: {
mock: { git: git_path("mock") }
it "prints help and doesn't invoke the command" do
metadata = {
version: "1.0.0",
dependencies: {
mock: { git: git_path("mock") }
}
}
}

it "prints help and doesn't invoke the command" do
[
"shards --help",
"shards --local --help",
Expand Down

0 comments on commit 022d4c6

Please sign in to comment.