Commit graph

6 commits

Author SHA1 Message Date
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
Artur Beljajev
25e34b388d Mutate fixture instead of relying on separate ones
#694
2018-02-19 04:54:49 +02:00
Artur Beljajev
36f65a267c Improve tests
#694
2018-02-19 02:14:13 +02:00
Artur Beljajev
4ada9d1bd0 Fail earlier if domain is non-transferable
Regardless of EPP transfer operation

#694
2018-02-19 02:04:39 +02:00
Artur Beljajev
fec617aa7d Improve tests
#694
2018-02-19 00:56:17 +02:00
Artur Beljajev
4ab6821d8a Improve tests
#694
2018-02-18 05:08:28 +02:00
Renamed from test/integration/epp/domain/transfer/transfer_code_test.rb (Browse further)