Reorganize tests

#700
This commit is contained in:
Artur Beljajev 2018-02-14 04:08:24 +02:00
parent 9b4aa478bf
commit 46e85965af
3 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
require 'test_helper' require 'test_helper'
class EppLoginTest < ActionDispatch::IntegrationTest class EppLoginCredentialsTest < ActionDispatch::IntegrationTest
def test_correct_credentials def test_correct_credentials
request_xml = <<-XML request_xml = <<-XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>

View file

@ -1,6 +1,6 @@
require 'test_helper' require 'test_helper'
class EppSessionLimitTest < ActionDispatch::IntegrationTest class EppLoginSessionLimitTest < ActionDispatch::IntegrationTest
def setup def setup
travel_to Time.zone.parse('2010-07-05') travel_to Time.zone.parse('2010-07-05')
EppSession.delete_all EppSession.delete_all