diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2f322ad..1e43488 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/spec/dummy/config/spring.rb b/spec/dummy/config/spring.rb deleted file mode 100644 index db5bf13..0000000 --- a/spec/dummy/config/spring.rb +++ /dev/null @@ -1,6 +0,0 @@ -Spring.watch( - ".ruby-version", - ".rbenv-vars", - "tmp/restart.txt", - "tmp/caching-dev.txt" -) diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index cc4fdff..63d3833 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -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!