Set db cleaning strategy to truncation when running epp tests

This commit is contained in:
Martin Lensment 2014-06-20 15:00:50 +03:00
parent b377fda73f
commit 120538bfed
6 changed files with 37 additions and 11 deletions

View file

@ -17,7 +17,6 @@ describe 'EPP Session', type: :epp do
it 'logs in epp user' do
response = Nokogiri::XML(server.send_request(read_body('login.xml')))
result = response.css('epp response result').first
expect(result[:code]).to eq('1000')