mirror of
https://github.com/internetee/registry.git
synced 2025-05-29 17:10:08 +02:00
Fix test class name clash
This commit is contained in:
parent
e20a4499c5
commit
cf9e539729
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
require 'test_helper'
|
require 'test_helper'
|
||||||
|
|
||||||
class DomainsTest < ActionDispatch::IntegrationTest
|
class RegistrantDomainsTest < ActionDispatch::IntegrationTest
|
||||||
def setup
|
def setup
|
||||||
login_as users(:registrant)
|
login_as users(:registrant)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
require 'test_helper'
|
require 'test_helper'
|
||||||
|
|
||||||
class DomainsTest < ActionDispatch::IntegrationTest
|
class RegistrarDomainsTest < ActionDispatch::IntegrationTest
|
||||||
def setup
|
def setup
|
||||||
login_as users(:api)
|
login_as users(:api)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue