Skip to content

Commit

Permalink
verifying if this is a Ruby 3.1 problem
Browse files Browse the repository at this point in the history
  • Loading branch information
adeherdt-r7 committed Nov 14, 2024
1 parent 8c5e086 commit e61ae78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
fail-fast: true
matrix:
ruby:
- '3.1'
#- '3.1'
- '3.2'
- '3.3'
- '3.4.0-preview2'
Expand All @@ -69,7 +69,7 @@ jobs:
- ubuntu-latest
include:
- os: ubuntu-latest
ruby: '3.1'
ruby: '3.2'
test_cmd: 'bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content" MSF_FEATURE_DEFER_MODULE_LOADS=1'
test_cmd:
- bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content"
Expand Down
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 = false
config.use_transactional_examples = false
config.use_transactional_fixtures = true
config.use_transactional_examples = true

# 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 e61ae78

Please sign in to comment.