Make tests inherit from ApplicationIntegrationTest class

This commit is contained in:
Maciej Szlosarczyk 2018-08-08 09:13:46 +03:00
parent 133a11977e
commit e1881685b7
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
require 'test_helper'
class RegistrantApiAuthenticationTest < ActionDispatch::IntegrationTest
class RegistrantApiAuthenticationTest < ApplicationIntegrationTest
def setup
super

View file

@ -1,7 +1,7 @@
require 'test_helper'
require 'auth_token/auth_token_creator'
class RegistrantApiDomainsTest < ActionDispatch::IntegrationTest
class RegistrantApiDomainsTest < ApplicationIntegrationTest
def setup
super