Skip to content

Commit

Permalink
disable transactional features for now
Browse files Browse the repository at this point in the history
  • Loading branch information
adeherdt-r7 committed Nov 14, 2024
1 parent 5867a0c commit 8c5e086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@

if load_metasploit
# Run fixtures and examples in transactions to keep the database clean.
config.use_transactional_fixtures = true
config.use_transactional_examples = true
config.use_transactional_fixtures = false
config.use_transactional_examples = false

# rspec-rails 3 will no longer automatically infer an example group's spec type
# from the file location. You can explicitly opt-in to the feature using this
Expand Down

0 comments on commit 8c5e086

Please sign in to comment.