0
0
Fork 0

Use before_all block to setup requests/cache_spec data (#29437)

This commit is contained in:
Matt Jankowski 2024-03-13 04:38:57 -04:00 committed by GitHub
parent 19f0590795
commit 3eaac3af73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 11 deletions

View file

@ -21,6 +21,7 @@ require 'paperclip/matchers'
require 'capybara/rspec'
require 'chewy/rspec'
require 'email_spec/rspec'
require 'test_prof/recipes/rspec/before_all'
Dir[Rails.root.join('spec', 'support', '**', '*.rb')].each { |f| require f }