0
0
Fork 0

Consolidate system specs into single directory, use rspec tags for configuration (#30206)

This commit is contained in:
Matt Jankowski 2024-05-10 08:36:09 -04:00 committed by GitHub
parent 164b09bfcc
commit 0d397db5dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 32 additions and 47 deletions

View file

@ -2,7 +2,7 @@
require 'rails_helper'
describe 'ShareEntrypoint' do
describe 'ShareEntrypoint', :js, :streaming do
include ProfileStories
subject { page }