Artur Beljajev
fa52001be6
Upgrade to Rails 5.0
...
Closes #377
2019-11-15 15:26:33 +02:00
Artur Beljajev
558261c047
Add tests
2019-10-19 13:08:00 +03:00
Artur Beljajev
cb3bf7ffdc
List EPP routes explicitly
2019-10-14 14:51:24 +03:00
Artur Beljajev
54577b530b
Remove specs
2019-10-07 15:44:14 +03:00
Timo Võhmar
ff58f9bea7
Merge pull request #1302 from internetee/remove-duplicate-test
...
Remove duplicate test
2019-09-13 15:04:53 +03:00
Artur Beljajev
7689a11a7f
Remove duplicate test
2019-09-11 19:30:13 +03:00
Artur Beljajev
03037a039b
Remove unnecessary test
2019-09-09 16:05:21 +03:00
Artur Beljajev
348e6e5d7a
Introduce custom assertion
2019-09-03 23:43:30 +03:00
Maciej Szlosarczyk
04af820b94
Fix test title
2019-04-03 15:14:50 +03:00
Maciej Szlosarczyk
d471b273f7
Handle IDN domains that went to auction
...
Both ASCII and unicode should be supported to register a domain.
2019-04-02 17:17:40 +03:00
Artur Beljajev
42e8f86dae
Integrate auction
...
Closes #874
2019-01-18 18:06:54 +02:00
Artur Beljajev
6f580d381f
Add tests
2019-01-16 18:05:15 +02:00
Artur Beljajev
9cf5137c75
Add tests
2019-01-06 21:50:00 +02: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
f8eda810f9
Use setup/teardown blocks instead of methods
2018-04-04 01:42:59 +03:00
Artur Beljajev
18010c6a2e
Merge branch 'master' into registry-661
...
# Conflicts:
# db/structure.sql
2018-02-26 07:39:51 +02:00
Artur Beljajev
ee63cf5a84
Add test
...
#661
2018-02-21 10:03:23 +02:00
Artur Beljajev
443485d5d6
Improve test
...
#694
2018-02-17 02:48:45 +02:00
Artur Beljajev
59ceb9c51a
Hard code test data
...
#694
2018-02-17 02:42:22 +02:00
Artur Beljajev
6d991387a2
Do not use warden helper in EPP tests
...
#694
2018-02-16 18:42:51 +02:00
Artur Beljajev
56576d6590
Update tests
...
#660
2018-01-29 02:22:28 +02:00