Testing Views and View Markup
Get started with view testing and learn how to plan and write view tests.
We'll cover the following...
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 ...