mirror of
https://github.com/internetee/registry.git
synced 2025-05-21 11:49: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([])
|
@certificate.errors.full_messages.should match_array([])
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'should sign csr' do
|
it 'should sign csr', epp: true do
|
||||||
@certificate.status.should == 'unsigned'
|
@certificate.status.should == 'unsigned'
|
||||||
@certificate.sign!
|
@certificate.sign!
|
||||||
@certificate.status.should == 'signed'
|
@certificate.status.should == 'signed'
|
||||||
@certificate.crt.should_not be_blank
|
@certificate.crt.should_not be_blank
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'should revoke crt' do
|
it 'should revoke crt', epp: true do
|
||||||
@certificate.revoke!
|
@certificate.revoke!
|
||||||
@certificate.status.should == 'revoked'
|
@certificate.status.should == 'revoked'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue