internetee-registry/test
Maciej Szlosarczyk 3acd605b90
Change inheritance structure to match the one from Rails 5 more
In the future, ApplicationSystemTestCase should inherit from
ActionDispatch::SystemTestCase and JavaScriptApplicationSystemTestCase
could possibly be removed if the `driven_by` method works as it is
promised in Rails documentation:

http://api.rubyonrails.org/v5.2/classes/ActionDispatch/SystemTestCase.html

Consider introducing another class between
ActionDispatch::IntegrationTest and other items inheriting from it, as
the general Rails practice seems to have `ApplicationIntegrationTest`,
as we do have `ApplicationRecord` and `ApplicationController`.
2018-07-10 17:10:26 +03:00
..
fixtures Add whois record fixture and fix invoices fixture 2018-06-22 13:39:45 +03:00
integration Change inheritance structure to match the one from Rails 5 more 2018-07-10 17:10:26 +03:00
jobs Add tests for DomainDeleteConfirmJob 2018-06-25 16:14:36 +03:00
models Add affected domain parameter to REST API response 2018-07-05 17:24:32 +03:00
support Backport Rails 5 test assertions 2018-04-01 22:41:48 +03:00
system/registrar Change inheritance structure to match the one from Rails 5 more 2018-07-10 17:10:26 +03:00
application_system_test_case.rb Change inheritance structure to match the one from Rails 5 more 2018-07-10 17:10:26 +03:00
test_helper.rb Change inheritance structure to match the one from Rails 5 more 2018-07-10 17:10:26 +03:00