Post originally published on https://rossta.net. Republished with author’s permission. A useful feature of RSpec is the ability to pass metadata to tests and suites. You may already be familiar with how Capybara uses the :js option to enable the JavaScript driver. describe “a javascript feature”, :js do # tests run against the Capyabara.javascript_driver end Capybara […]