...

/

Testing Views and View Markup

Testing Views and View Markup

Get started with view testing and learn how to plan and write view tests.

RSpec view testing

We’ve tested a helper for project status, but the new status DOM elements don’t show up when we go to the browser. This is because we haven’t placed our new helper in ...