Reorganize tests

This commit is contained in:
Artur Beljajev 2019-10-11 12:13:18 +03:00
parent e4bb6b42ae
commit 8a167c4728
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
require 'application_system_test_case' require 'test_helper'
class PaymentCallbackTest < ApplicationSystemTestCase class PaymentCallbackTest < ApplicationIntegrationTest
def setup def setup
super super

View file

@ -1,6 +1,6 @@
require 'application_system_test_case' require 'test_helper'
class PaymentReturnTest < ApplicationSystemTestCase class PaymentReturnTest < ApplicationIntegrationTest
def setup def setup
super super