Reorganize tests

#660
This commit is contained in:
Artur Beljajev 2018-01-26 00:39:03 +02:00
parent e60380c60a
commit 2c4860c875
4 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,6 @@
require 'test_helper'
class DomainTest < ActiveSupport::TestCase
class DomainTransferTest < ActiveSupport::TestCase
def setup
@domain = domains(:shop)
end