You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `bin/rails test test:system` is not a thing. The `test:system`
part is silently discarded.
This should be loudly failing with the change I'm trying to add
in rails#54741, and there are
discussions in rails#54736 whether running multiple commands à la rake
should be supported.
But in the meantime, modifying this into two steps would ensure
your system tests actually run.
0 commit comments