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
348e6e5d7a
Introduce custom assertion
2019-09-03 23:43:30 +03:00
Artur Beljajev
b6ecae6a35
Add Registrant API contact update action
...
Closes #849
2018-10-09 00:09:22 +03:00
Artur Beljajev
52feefeb79
Merge branch 'master' into refactor-messages
...
# Conflicts:
# app/controllers/epp/polls_controller.rb
# test/fixtures/messages.yml
# test/integration/epp/poll_test.rb
# test/models/message_test.rb
2018-09-17 13:31:21 +03:00
Artur Beljajev
1679e4b72e
Merge branch 'master' into refactor-messages
...
# Conflicts:
# app/views/epp/poll/poll_req.xml.builder
# test/fixtures/messages.yml
# test/integration/epp/poll_test.rb
2018-09-17 13:23:59 +03:00
Artur Beljajev
00f3a01e5c
Define message order explicitly, improve EPP poll tests
2018-09-17 12:46:27 +03:00
Artur Beljajev
7368d1d756
Return UTC date in EPP poll response
...
Closes #948
2018-08-27 01:45:53 +03:00
Artur Beljajev
4ac992f619
Reformat
2018-08-26 22:37:45 +03:00
Artur Beljajev
4a8c39e33f
Improve readability
2018-08-26 22:36:07 +03:00
Artur Beljajev
a1fb0e2e61
Introduce negative predicate
2018-08-24 14:14:29 +03:00
Artur Beljajev
7a9a7c052f
Rename notifications.queued
to read
2018-08-24 10:29:09 +03:00
Artur Beljajev
8765baf319
Rename Message to Notification
2018-08-23 20:03:03 +03:00
Artur Beljajev
9852b466cf
Add clarification
2018-08-23 14:20:04 +03:00
Artur Beljajev
ba08856953
Improve EPP poll tests
2018-08-22 20:21:59 +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
223b4f4815
Add tests
...
#697
(cherry picked from commit bfe9ef3
)
2018-02-19 05:39:17 +02:00