require "rails_helper" RSpec.feature "Accounts", type: :feature do scenario "creating an account" do visit jobshop.root_path end end