mirror of
https://github.com/internetee/registry.git
synced 2025-08-27 11:33:32 +02:00
Updated tests
This commit is contained in:
parent
de9921d667
commit
66a8ea111f
4 changed files with 15 additions and 14 deletions
|
@ -12,6 +12,6 @@ class CertificateTest < ActiveSupport::TestCase
|
|||
end
|
||||
|
||||
def test_certificate_sign_returns_false
|
||||
assert_not @certificate.sign!, 'false'
|
||||
assert_not @certificate.sign!(password: ENV['ca_key_password']), 'false'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue