Merge pull request #1359 from internetee/reorganize-tests

Reorganize tests
This commit is contained in:
Artur Beljajev 2019-10-11 12:30:44 +03:00 committed by GitHub
commit 65fce4e3ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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