Skip to content

Commit

Permalink
Update tests to reflect default of `GoodJob.preserve_job_records = tr…
Browse files Browse the repository at this point in the history
…ue`; update appraisal Gemfiles too (#643)
  • Loading branch information
bensheldon authored Jun 26, 2022
1 parent 253a084 commit 51d2ad5
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 840 deletions.
5 changes: 3 additions & 2 deletions gemfiles/rails_5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ source "https://rubygems.org"

gem "activerecord-jdbcpostgresql-adapter", platforms: [:jruby]
gem "appraisal", branch: "fix-bundle-env", git: "https://github.com/bensheldon/appraisal.git"
gem "nokogiri", "~> 1.12.0"
gem "matrix"
gem "nokogiri"
gem "pg", platforms: [:mri, :mingw, :x64_mingw]
gem "rails", "~> 5.2.0"

Expand All @@ -16,7 +17,7 @@ platforms :ruby do

group :lint do
gem "easy_translate"
gem "erb_lint", ">= 0.0.35"
gem "erb_lint"
gem "i18n-tasks"
gem "mdl"
gem "rubocop"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "activerecord-jdbcpostgresql-adapter", platforms: [:jruby]
gem "appraisal", branch: "fix-bundle-env", git: "https://github.com/bensheldon/appraisal.git"
gem "matrix"
gem "nokogiri", "~> 1.12.0"
gem "nokogiri"
gem "pg", platforms: [:mri, :mingw, :x64_mingw]
gem "rails", "~> 6.0.0"

Expand All @@ -17,7 +17,7 @@ platforms :ruby do

group :lint do
gem "easy_translate"
gem "erb_lint", ">= 0.0.35"
gem "erb_lint"
gem "i18n-tasks"
gem "mdl"
gem "rubocop"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "activerecord-jdbcpostgresql-adapter", platforms: [:jruby]
gem "appraisal", branch: "fix-bundle-env", git: "https://github.com/bensheldon/appraisal.git"
gem "matrix"
gem "nokogiri", "~> 1.12.0"
gem "nokogiri"
gem "pg", platforms: [:mri, :mingw, :x64_mingw]
gem "rails", "~> 6.1.0"

Expand All @@ -17,7 +17,7 @@ platforms :ruby do

group :lint do
gem "easy_translate"
gem "erb_lint", ">= 0.0.35"
gem "erb_lint"
gem "i18n-tasks"
gem "mdl"
gem "rubocop"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "activerecord-jdbcpostgresql-adapter", platforms: [:jruby]
gem "appraisal", branch: "fix-bundle-env", git: "https://github.com/bensheldon/appraisal.git"
gem "matrix"
gem "nokogiri", "~> 1.12.0"
gem "nokogiri"
gem "pg", platforms: [:mri, :mingw, :x64_mingw]
gem "rails", "~> 7.0.0"
gem "selenium-webdriver", "~> 4.0"
Expand All @@ -18,7 +18,7 @@ platforms :ruby do

group :lint do
gem "easy_translate"
gem "erb_lint", ">= 0.0.35"
gem "erb_lint"
gem "i18n-tasks"
gem "mdl"
gem "rubocop"
Expand Down
12 changes: 0 additions & 12 deletions spec/app/models/good_job/active_job_job_spec.rb

This file was deleted.

Loading

0 comments on commit 51d2ad5

Please sign in to comment.