From 2c4860c875bcab2255a3f9c1b3ab2e15999974f9 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Fri, 26 Jan 2018 00:39:03 +0200 Subject: [PATCH] Reorganize tests #660 --- test/models/{ => contact}/contact_test.rb | 0 test/models/{ => contact}/contact_transfer_test.rb | 0 test/models/{ => domain}/domain_test.rb | 0 test/models/{ => domain}/domain_transfer_test.rb | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename test/models/{ => contact}/contact_test.rb (100%) rename test/models/{ => contact}/contact_transfer_test.rb (100%) rename test/models/{ => domain}/domain_test.rb (100%) rename test/models/{ => domain}/domain_transfer_test.rb (97%) diff --git a/test/models/contact_test.rb b/test/models/contact/contact_test.rb similarity index 100% rename from test/models/contact_test.rb rename to test/models/contact/contact_test.rb diff --git a/test/models/contact_transfer_test.rb b/test/models/contact/contact_transfer_test.rb similarity index 100% rename from test/models/contact_transfer_test.rb rename to test/models/contact/contact_transfer_test.rb diff --git a/test/models/domain_test.rb b/test/models/domain/domain_test.rb similarity index 100% rename from test/models/domain_test.rb rename to test/models/domain/domain_test.rb diff --git a/test/models/domain_transfer_test.rb b/test/models/domain/domain_transfer_test.rb similarity index 97% rename from test/models/domain_transfer_test.rb rename to test/models/domain/domain_transfer_test.rb index 2b119aa93..84eede7d0 100644 --- a/test/models/domain_transfer_test.rb +++ b/test/models/domain/domain_transfer_test.rb @@ -1,6 +1,6 @@ require 'test_helper' -class DomainTest < ActiveSupport::TestCase +class DomainTransferTest < ActiveSupport::TestCase def setup @domain = domains(:shop) end