mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
Add parallel tests gem
This commit is contained in:
parent
5c2b81c846
commit
c293581868
9 changed files with 614 additions and 73 deletions
5
Gemfile
5
Gemfile
|
|
@ -60,16 +60,17 @@ group :development, :test do
|
|||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
||||
gem 'byebug', platform: :mri
|
||||
gem 'factory_bot_rails'
|
||||
gem 'parallel_tests'
|
||||
end
|
||||
|
||||
group :development do
|
||||
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
|
||||
gem 'listen', '~> 3.0.5'
|
||||
gem 'web-console'
|
||||
gem 'bullet'
|
||||
gem 'listen', '~> 3.0.5'
|
||||
gem 'nested_scaffold'
|
||||
gem 'rubocop', require: false
|
||||
gem 'seed_dump'
|
||||
gem 'web-console'
|
||||
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
|
||||
gem 'spring'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue