blowmage/minitest-rails-capybara

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

Summary

Maintainability
A
0 mins
Test Coverage
require "test_helper"

class <%= class_name %>Test < Capybara::Rails::TestCase
  # test "sanity" do
  #   visit root_path
  #   assert_content page, "Hello World"
  #   refute_content page, "Goodbye All!"
  # end
end