Skip to content

Commit

Permalink
Add Rails 7.2 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Aug 20, 2024
1 parent d97b2bc commit 029994b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- ruby: "3.3"
env:
RAILS_VERSION: "7.1"
- ruby: "3.3"
env:
RAILS_VERSION: "7.2"

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 0 additions & 6 deletions spec/dummy/config/spring.rb

This file was deleted.

2 changes: 0 additions & 2 deletions spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
end

RSpec.configure do |config|
config.fixture_path = "#{::Rails.root}/spec/fixtures"

config.use_transactional_fixtures = true

config.infer_spec_type_from_file_location!
Expand Down

0 comments on commit 029994b

Please sign in to comment.