mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 22:54:47 +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
|
||||
setup do
|
||||
WebMock.reset!
|
||||
login_as users(:api_goodnames)
|
||||
end
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ require 'test_helper'
|
|||
|
||||
class RegistrarNameserverReplacementTest < ActionDispatch::IntegrationTest
|
||||
setup do
|
||||
WebMock.reset!
|
||||
login_as users(:api_goodnames)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue