Set type for user_selects_looking_for_work_spec to system (#5390)
This commit is contained in:
parent
102e1a6b9c
commit
64ca1e7638
1 changed files with 1 additions and 1 deletions
|
|
@ -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") }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue