mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
Update fixtures
This commit is contained in:
parent
ce58feba6e
commit
013122335d
9 changed files with 17 additions and 28 deletions
|
@ -3,7 +3,7 @@ require 'test_helper'
|
|||
class EditRegistrarTest < ActionDispatch::IntegrationTest
|
||||
def setup
|
||||
login_as users(:admin)
|
||||
@registrar = registrars(:valid)
|
||||
@registrar = registrars(:bestnames)
|
||||
end
|
||||
|
||||
def test_updates_registrar
|
||||
|
|
|
@ -5,7 +5,7 @@ class ShowRegistrarTest < ActionDispatch::IntegrationTest
|
|||
|
||||
def setup
|
||||
login_as users(:admin)
|
||||
@registrar = registrars(:complete)
|
||||
@registrar = registrars(:bestnames)
|
||||
visit admin_registrar_path(@registrar)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue