What Rails testing competency is considered a professional baseline for any production Rails application?
-
A
Writing tests only for models
-
B
Maintaining a test suite with model, controller/request, and integration tests that runs on CI
-
C
Running tests manually before each deploy
-
D
Using only system tests to cover everything