mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 03:30:33 +02:00
parent
09e2bee292
commit
6d991387a2
4 changed files with 0 additions and 13 deletions
|
@ -3,7 +3,6 @@ require 'test_helper'
|
||||||
class EppDomainCreateTransferCodeTest < ActionDispatch::IntegrationTest
|
class EppDomainCreateTransferCodeTest < ActionDispatch::IntegrationTest
|
||||||
def setup
|
def setup
|
||||||
travel_to Time.zone.parse('2010-07-05')
|
travel_to Time.zone.parse('2010-07-05')
|
||||||
login_as users(:api_bestnames)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_generates_default
|
def test_generates_default
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
require 'test_helper'
|
require 'test_helper'
|
||||||
|
|
||||||
class EppDomainTransferTest < ActionDispatch::IntegrationTest
|
class EppDomainTransferTest < ActionDispatch::IntegrationTest
|
||||||
def setup
|
|
||||||
login_as users(:api_goodnames)
|
|
||||||
end
|
|
||||||
|
|
||||||
def test_successfully_transfers_domain
|
def test_successfully_transfers_domain
|
||||||
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,10 +1,6 @@
|
||||||
require 'test_helper'
|
require 'test_helper'
|
||||||
|
|
||||||
class EppDomainTransferTransferCodeTest < ActionDispatch::IntegrationTest
|
class EppDomainTransferTransferCodeTest < ActionDispatch::IntegrationTest
|
||||||
def setup
|
|
||||||
login_as users(:api_goodnames)
|
|
||||||
end
|
|
||||||
|
|
||||||
def test_wrong
|
def test_wrong
|
||||||
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,10 +1,6 @@
|
||||||
require 'test_helper'
|
require 'test_helper'
|
||||||
|
|
||||||
class EppDomainUpdateTest < ActionDispatch::IntegrationTest
|
class EppDomainUpdateTest < ActionDispatch::IntegrationTest
|
||||||
def setup
|
|
||||||
login_as users(:api_bestnames)
|
|
||||||
end
|
|
||||||
|
|
||||||
def test_overwrites_existing
|
def test_overwrites_existing
|
||||||
request_xml = <<-XML
|
request_xml = <<-XML
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue