Commit graph

14 commits

Author SHA1 Message Date
olegphenomenon
825f813437 updated tests 2021-09-08 14:22:12 +03:00
Oleg Hasjanov
4c5e4d7898 made support test schema domain version 1.2 2021-06-28 13:44:13 +03:00
Alex Sherman
860c3c8008 Add domain base & auction tests
Add tests for domain create, delete, renew, transfer, update
2021-06-17 13:38:02 +05:00
Oleg Hasjanov
9e8f760fc4 updated prefixes 2021-06-04 17:07:56 +03:00
Alex Sherman
00a0be2341 Replace some hardcoded schema paths for method calls 2021-05-21 16:47:20 +05:00
Artur Beljajev
fa52001be6 Upgrade to Rails 5.0
Closes #377
2019-11-15 15:26:33 +02:00
Artur Beljajev
cb3bf7ffdc List EPP routes explicitly 2019-10-14 14:51:24 +03:00
Artur Beljajev
e01f412d76 Fix EPP response code
Fixes #686
2019-09-19 15:52:41 +03:00
Artur Beljajev
348e6e5d7a Introduce custom assertion 2019-09-03 23:43:30 +03:00
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
a7ed2f35d7 Rename Domain#domain_transfers to #transfers
#694
2018-02-19 05:05:35 +02:00
Artur Beljajev
36f65a267c Improve tests
#694
2018-02-19 02:14:13 +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