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
77135b34ba
Merge branch 'tune-test-env' into registry-662
...
# Conflicts:
# test/integration/registrar/bulk_change/nameserver_test.rb
# test/integration/registrar/domain_transfers_test.rb
2018-04-06 00:44:24 +03:00
Artur Beljajev
228078a84e
Add bulk replace to registrar area
...
#662
2018-04-06 00:16:17 +03:00
Artur Beljajev
f8eda810f9
Use setup/teardown blocks instead of methods
2018-04-04 01:42:59 +03:00
Artur Beljajev
d42bdfbc0f
Improve tests
...
#746
2018-03-06 11:05:08 +02:00
Artur Beljajev
53a34ee2d6
Reuse identical contacts
...
#746
2018-03-05 10:59:14 +02:00
Artur Beljajev
2d78688d3f
Remove too detailed integration test
...
#694
2018-02-22 12:59:30 +02:00
Artur Beljajev
9e050b4bcd
Fix test
...
#694
2018-02-19 06:35:51 +02:00
Artur Beljajev
cf43ce2e7c
Add test
...
#694
2018-02-19 06:33:00 +02:00
Artur Beljajev
a7ed2f35d7
Rename Domain#domain_transfers to #transfers
...
#694
2018-02-19 05:05:35 +02:00
Artur Beljajev
25e34b388d
Mutate fixture instead of relying on separate ones
...
#694
2018-02-19 04:54:49 +02:00
Artur Beljajev
4d7a222547
Add domain name to domain transfer message
...
#694
2018-02-19 03:51:32 +02:00
Artur Beljajev
6a7effac50
Improve tests
...
#694
2018-02-19 03:04:55 +02:00
Artur Beljajev
34f1e2be2f
Improve tests
...
#694
2018-02-19 02:40:25 +02:00
Artur Beljajev
de62587806
Improve test
...
#694
2018-02-19 02:22:47 +02:00
Artur Beljajev
1ba274764d
Convert spec to test
...
#694
2018-02-19 02:21:47 +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