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…
rails test test:system
does only execute unit tests but not the system tests… rails test:system test
on the other hand does. Obviously…