Set type for user_selects_looking_for_work_spec to system (#5390)

This commit is contained in:
Molly Struve 2020-01-08 12:16:33 -05:00 committed by GitHub
parent 102e1a6b9c
commit 64ca1e7638
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
require "rails_helper"
RSpec.describe "Looking For Work" do
RSpec.describe "Looking For Work", type: :system do
let(:user) { create(:user) }
let(:tag) { create(:tag, name: "hiring") }