rails: run system tests and normal tests with one command

rails test test:system does only execute unit tests but not the system tests… rails test:system test on the other hand does. Obviously…

see: https://stackoverflow.com/questions/45798635/rails-5-1-run-system-tests-and-normal-tests-with-one-command