Added some missing model specs + PaperTrail session fix

This commit is contained in:
Priit Tark 2015-02-02 18:09:01 +02:00
parent c248a957a6
commit a637eb5e01
39 changed files with 1447 additions and 845 deletions

View file

@ -34,7 +34,7 @@ describe 'EPP Poll', epp: true do
log.request_object.should == 'poll'
log.request_successful.should == true
log.api_user_name.should == '1-api-registrar1'
log.api_user_registrar.should == 'Registrar '
log.api_user_registrar.should == 'Registrar 0'
log.request.should_not be_blank
log.response.should_not be_blank
end