Use before_all
block to setup requests/cache_spec
data (#29437)
This commit is contained in:
parent
19f0590795
commit
3eaac3af73
2 changed files with 12 additions and 11 deletions
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue