mirror of
https://github.com/internetee/registry.git
synced 2025-06-12 07:34:45 +02:00
Remove unneeded setup step
This commit is contained in:
parent
eb0d799207
commit
b62158ae8d
2 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@ require 'test_helper'
|
||||||
|
|
||||||
class RegistrarDomainTransfersTest < ActionDispatch::IntegrationTest
|
class RegistrarDomainTransfersTest < ActionDispatch::IntegrationTest
|
||||||
setup do
|
setup do
|
||||||
WebMock.reset!
|
|
||||||
login_as users(:api_goodnames)
|
login_as users(:api_goodnames)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@ require 'test_helper'
|
||||||
|
|
||||||
class RegistrarNameserverReplacementTest < ActionDispatch::IntegrationTest
|
class RegistrarNameserverReplacementTest < ActionDispatch::IntegrationTest
|
||||||
setup do
|
setup do
|
||||||
WebMock.reset!
|
|
||||||
login_as users(:api_goodnames)
|
login_as users(:api_goodnames)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue