Full stack for ssm config

This commit is contained in:
Matt Jankowski 2024-05-02 09:46:43 -04:00
parent b4c419e7d5
commit 8fb5aad046

View file

@ -95,7 +95,7 @@ RSpec.configure do |config|
end
end
config.around :each, type: :system do |example|
config.around :each, :fullstack, type: :system do |example|
# Streaming server needs DB access but `use_transactional_tests` rolls back
# every transaction. Disable this feature for streaming tests, and use
# DatabaseCleaner to clean the database tables between each test.