Setup Rspec
All checks were successful
CI / scan_ruby (push) Successful in 19s
CI / scan_js (push) Successful in 12s
CI / lint (push) Successful in 13s
CI / test (push) Successful in 34s

This commit is contained in:
sto
2025-03-26 19:58:11 +01:00
parent 2144c22bd9
commit 12f9f33034
7 changed files with 201 additions and 10 deletions

View File

@@ -111,6 +111,7 @@ GEM
debug (1.10.0)
irb (~> 1.10)
reline (>= 0.3.8)
diff-lcs (1.6.1)
dotenv (3.1.7)
drb (2.2.1)
ed25519 (1.3.0)
@@ -272,6 +273,23 @@ GEM
reline (0.6.0)
io-console (~> 0.5)
rexml (3.4.1)
rspec-core (3.13.3)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (7.1.1)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.2)
rubocop (1.73.2)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
@@ -413,6 +431,7 @@ DEPENDENCIES
puma (>= 5.0)
pundit (~> 2.5)
rails (~> 8.0.2)
rspec-rails
rubocop-rails-omakase
selenium-webdriver
slim