blowmage/minitest-rails-capybara

View on GitHub
lib/generators/minitest/feature/templates/feature_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage
require "test_helper"

feature "<%= class_name %>" do
  # scenario "the test is sound" do
  #   visit root_path
  #   page.must_have_content "Hello World"
  #   page.wont_have_content "Goodbye All!"
  # end
end