diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index 79811b8..6839d81 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -44,6 +44,7 @@ RSpec.configure do |config| # examples within a transaction, remove the following line or assign false # instead of true. config.use_transactional_fixtures = true + config.global_fixtures = :all # You can uncomment this line to turn off ActiveRecord support entirely. # config.use_active_record = false