mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 13:15:40 +02:00
In the future, ApplicationSystemTestCase should inherit from ActionDispatch::SystemTestCase and JavaScriptApplicationSystemTestCase could possibly be removed if the `driven_by` method works as it is promised in Rails documentation: http://api.rubyonrails.org/v5.2/classes/ActionDispatch/SystemTestCase.html Consider introducing another class between ActionDispatch::IntegrationTest and other items inheriting from it, as the general Rails practice seems to have `ApplicationIntegrationTest`, as we do have `ApplicationRecord` and `ApplicationController`. |
||
---|---|---|
.. | ||
fixtures | ||
integration | ||
jobs | ||
models | ||
support | ||
system/registrar | ||
application_system_test_case.rb | ||
test_helper.rb |