mirror of
https://github.com/internetee/registry.git
synced 2025-05-21 03:39:40 +02:00
Do not test certificate signing with default rake
This commit is contained in:
parent
f2ffa63c82
commit
1b60853bc8
1 changed files with 2 additions and 2 deletions
|
@ -36,14 +36,14 @@ describe Certificate do
|
|||
@certificate.errors.full_messages.should match_array([])
|
||||
end
|
||||
|
||||
it 'should sign csr' do
|
||||
it 'should sign csr', epp: true do
|
||||
@certificate.status.should == 'unsigned'
|
||||
@certificate.sign!
|
||||
@certificate.status.should == 'signed'
|
||||
@certificate.crt.should_not be_blank
|
||||
end
|
||||
|
||||
it 'should revoke crt' do
|
||||
it 'should revoke crt', epp: true do
|
||||
@certificate.revoke!
|
||||
@certificate.status.should == 'revoked'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue