This commit is contained in:
Peter Bhat Harkins 2022-01-29 10:59:39 -06:00
parent 8fe3a7f248
commit 37d3144a86
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ RSpec.feature "Submitting Stories", type: :feature do
scenario "new user submitting with a tag not permitted for new users" do
inactive_user # TODO: remove reference after satisfying rubocop RSpec/LetSetup properly
drama.tag = create(:tag, tag: 'drama', permit_by_new_users: false)
drama = create(:tag, tag: 'drama', permit_by_new_users: false)
earlier_story = create(:story)
user.update(created_at: 1.day.ago)
expect {