Skip to content

Commit

Permalink
add TODO test
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl committed Feb 11, 2024
1 parent f40fe0a commit 5de74f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/minisign/cli_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
end.not_to raise_error
end

it 'changes the password for the private key without a password'

it 'removes the password for the private key' do
allow(Minisign::CLI).to receive(:prompt).and_return(@old_password)
Minisign::CLI.change_password(@options.merge({ W: true }))
Expand Down

0 comments on commit 5de74f7

Please sign in to comment.