mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 05:34:46 +02:00
parent
9b4aa478bf
commit
46e85965af
3 changed files with 2 additions and 2 deletions
|
@ -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"?>
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue