Skip to content

Commit

Permalink
authorize_spec: update test case description
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Fazzari <[email protected]>
  • Loading branch information
kyrofa authored and olleolleolle committed Sep 27, 2023
1 parent c7020b5 commit 118f576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/gemstash/cli/authorize_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
expect { Gemstash::CLI::Authorize.new(cli).run }.to raise_error(Gemstash::CLI::Error)
end

it "handles missing authorization" do
it "raises error when authorization is missing" do
Gemstash::Authorization.authorize("auth-key-all", "all", "auth all")
Gemstash::Authorization.authorize("auth-key-push", %w[push], "auth push")
cli_options[:name] = "missing name"
Expand Down

0 comments on commit 118f576

Please sign in to comment.