Make tests inherit from ApplicationIntegrationTest class

This commit is contained in:
Maciej Szlosarczyk 2018-08-08 09:15:18 +03:00
parent 8736366a41
commit 06dc954167
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765

View file

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