Skip to content

Commit 8399082

Browse files
tstannardperryqh
andcommitted
backfilling minitest tests
Co-authored-by: Perry Hertler <[email protected]>
1 parent 5f872a8 commit 8399082

File tree

14 files changed

+430
-111
lines changed

14 files changed

+430
-111
lines changed

spec/fixtures/rails-7.0/.rspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--require spec_helper

spec/fixtures/rails-7.0/.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.3
1+
3.2.2

spec/fixtures/rails-7.0/Gemfile

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
source "https://rubygems.org"
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby "3.0.3"
4+
ruby "3.2.2"
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
77
gem "rails", "~> 7.0.3", ">= 7.0.3.1"
88

9-
gem "stimpack", path: File.expand_path("../../..", __dir__)
9+
gem "packs-rails", path: File.expand_path("../../..", __dir__)
1010

1111
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
1212
gem "sprockets-rails"
@@ -23,10 +23,16 @@ gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ]
2323
group :development, :test do
2424
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
2525
gem "debug", platforms: %i[ mri mingw x64_mingw ]
26+
2627
end
2728

2829
group :development do
2930
# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
3031
# gem "spring"
3132
end
3233

34+
group :test do
35+
gem 'factory_bot_rails'
36+
gem 'rspec-rails'
37+
end
38+

0 commit comments

Comments
 (0)