mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-04 22:16:08 +00:00
Add rspec-sql gem
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -161,6 +161,7 @@ group :test, :development do
|
||||
gem 'letter_opener', '>= 1.4.1'
|
||||
gem 'rspec-rails', ">= 3.5.2"
|
||||
gem 'rspec-retry', require: false
|
||||
gem 'rspec-sql'
|
||||
gem 'rswag'
|
||||
gem 'shoulda-matchers'
|
||||
gem 'stimulus_reflex_testing'
|
||||
|
||||
@@ -626,6 +626,9 @@ GEM
|
||||
rspec-support (~> 3.12)
|
||||
rspec-retry (0.6.2)
|
||||
rspec-core (> 3.3)
|
||||
rspec-sql (0.0.1)
|
||||
activesupport
|
||||
rspec
|
||||
rspec-support (3.12.1)
|
||||
rswag (2.13.0)
|
||||
rswag-api (= 2.13.0)
|
||||
@@ -921,6 +924,7 @@ DEPENDENCIES
|
||||
roo
|
||||
rspec-rails (>= 3.5.2)
|
||||
rspec-retry
|
||||
rspec-sql
|
||||
rswag
|
||||
rswag-api
|
||||
rswag-ui
|
||||
|
||||
Reference in New Issue
Block a user