Skip to content

Commit

Permalink
Merge pull request #705 from scientist-softserv/adding-spring-for-rspec
Browse files Browse the repository at this point in the history
☑️  Add spring to provide option for faster tests
  • Loading branch information
jeremyf authored Aug 17, 2023
2 parents 2bdd91c + 59ee9cd commit 7f165af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ gem 'sidekiq'
gem 'simplecov', require: false, group: %i[development test]
gem 'solr_wrapper', '~> 2.0', group: %i[development test]
gem 'spring', '~> 1.7', group: %i[development]
gem 'spring-commands-rspec', group: %i[development]
gem 'spring-watcher-listen', '~> 2.0.0', group: %i[development]
gem 'terser' # to support the Safe Navigation / Optional Chaining operator (?.) and avoid uglifier precompile issue
gem 'tether-rails'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1291,6 +1291,8 @@ GEM
net-http-persistent (~> 4.0, >= 4.0.1)
rdf (~> 3.1)
spring (1.7.2)
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
Expand Down Expand Up @@ -1499,6 +1501,7 @@ DEPENDENCIES
simplecov
solr_wrapper (~> 2.0)
spring (~> 1.7)
spring-commands-rspec
spring-watcher-listen (~> 2.0.0)
terser
tether-rails
Expand Down

0 comments on commit 7f165af

Please sign in to comment.