mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 23:24:48 +02:00
Reorganize tests
This commit is contained in:
parent
e4bb6b42ae
commit
8a167c4728
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
require 'application_system_test_case'
|
||||
require 'test_helper'
|
||||
|
||||
class PaymentCallbackTest < ApplicationSystemTestCase
|
||||
class PaymentCallbackTest < ApplicationIntegrationTest
|
||||
def setup
|
||||
super
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
require 'application_system_test_case'
|
||||
require 'test_helper'
|
||||
|
||||
class PaymentReturnTest < ApplicationSystemTestCase
|
||||
class PaymentReturnTest < ApplicationIntegrationTest
|
||||
def setup
|
||||
super
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue