Open tiffbacher opened 1 week ago
Would love to see this working for Capybara feature specs! Would just need to look for the feature and scenario keywords.
feature
scenario
feature "Feature", :js do scenario "does a thing" do expect("thing").not_to be_nil end end
Would love to see this working for Capybara feature specs! Would just need to look for the
feature
andscenario
keywords.