mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
Add guard-rspec to automate running tests with the command: bundle exec guard
This commit is contained in:
parent
6b31fa9115
commit
6a435fa570
4 changed files with 109 additions and 0 deletions
1
Gemfile
1
Gemfile
|
|
@ -76,6 +76,7 @@ group :development do
|
|||
gem 'bullet'
|
||||
gem 'erb_lint', require: false
|
||||
gem 'erblint-github'
|
||||
gem 'guard-rspec', require: false
|
||||
gem 'listen', '~> 3.0.5'
|
||||
gem 'nested_scaffold'
|
||||
# gem 'reek', require: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue