mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 13:44:47 +02:00
Merge pull request #1359 from internetee/reorganize-tests
Reorganize tests
This commit is contained in:
commit
65fce4e3ae
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