Switch from minitest to rspec
This commit is contained in:
19
Gemfile.lock
19
Gemfile.lock
@@ -83,6 +83,7 @@ GEM
|
||||
debug (1.11.0)
|
||||
irb (~> 1.10)
|
||||
reline (>= 0.3.8)
|
||||
diff-lcs (1.6.2)
|
||||
drb (2.2.3)
|
||||
erb (5.0.3)
|
||||
erubi (1.13.1)
|
||||
@@ -187,6 +188,23 @@ GEM
|
||||
tsort
|
||||
reline (0.6.2)
|
||||
io-console (~> 0.5)
|
||||
rspec-core (3.13.5)
|
||||
rspec-support (~> 3.13.0)
|
||||
rspec-expectations (3.13.5)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.13.0)
|
||||
rspec-mocks (3.13.5)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.13.0)
|
||||
rspec-rails (8.0.2)
|
||||
actionpack (>= 7.2)
|
||||
activesupport (>= 7.2)
|
||||
railties (>= 7.2)
|
||||
rspec-core (~> 3.13)
|
||||
rspec-expectations (~> 3.13)
|
||||
rspec-mocks (~> 3.13)
|
||||
rspec-support (~> 3.13)
|
||||
rspec-support (3.13.6)
|
||||
securerandom (0.4.1)
|
||||
sqlite3 (2.7.4-aarch64-linux-gnu)
|
||||
sqlite3 (2.7.4-aarch64-linux-musl)
|
||||
@@ -226,6 +244,7 @@ DEPENDENCIES
|
||||
debug
|
||||
puma (>= 5.0)
|
||||
rails (~> 8.0.3)
|
||||
rspec-rails (~> 8.0)
|
||||
sqlite3 (>= 2.1)
|
||||
tzinfo-data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user