mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 07:04:47 +02:00
Make tests inherit from ApplicationIntegrationTest class
This commit is contained in:
parent
8736366a41
commit
06dc954167
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
require 'test_helper'
|
require 'test_helper'
|
||||||
require 'auth_token/auth_token_creator'
|
require 'auth_token/auth_token_creator'
|
||||||
|
|
||||||
class RegistrantApiContactsTest < ActionDispatch::IntegrationTest
|
class RegistrantApiContactsTest < ApplicationIntegrationTest
|
||||||
def setup
|
def setup
|
||||||
super
|
super
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue