internetee-registry/test
Maciej Szlosarczyk 526a9ccd58
Change test structure to follow closer newer Rails 5 rules
* Create new class called ApplicationIntegrationTest, so we don't have
  to override ActionDispatch::IntegrationTest
* Move UI tests to inherit from ApplicationSystemTestCase
* Existing REST API or EPP tests inherit from
  ApplicationIntegrationTest.
* Move `require 'application_system_test_case'` at the end of
  `test_helper`

I don't particularly agree with the Rails' convention of treating UI
tests as system tests and API tests as integration tests, but I see no
benefit in actively fighting against it.
2018-07-27 09:36:27 +03:00
..
fixtures Add whois record fixture and fix invoices fixture 2018-06-22 13:39:45 +03:00
integration Change test structure to follow closer newer Rails 5 rules 2018-07-27 09:36:27 +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 Fix typo in assertions filename 2018-07-19 10:40:42 +03:00
system Change test structure to follow closer newer Rails 5 rules 2018-07-27 09:36:27 +03:00
application_system_test_case.rb Change test structure to follow closer newer Rails 5 rules 2018-07-27 09:36:27 +03:00
test_helper.rb Change test structure to follow closer newer Rails 5 rules 2018-07-27 09:36:27 +03:00