mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
Moved rspec-rails declaration to development/test section of Gemfile. now runs tests without having to alter Rakefile.
This commit is contained in:
parent
ad14563460
commit
f04bc3ebcb
3 changed files with 10 additions and 20 deletions
2
Gemfile
2
Gemfile
|
|
@ -61,6 +61,7 @@ group :development, :test do
|
|||
gem 'byebug', platform: :mri
|
||||
gem 'factory_bot_rails'
|
||||
gem 'parallel_tests'
|
||||
gem 'rspec-rails', '~> 5.1.0'
|
||||
end
|
||||
|
||||
group :development do
|
||||
|
|
@ -81,7 +82,6 @@ group 'test' do
|
|||
gem 'database_cleaner'
|
||||
gem 'launchy'
|
||||
gem 'rails-controller-testing'
|
||||
gem 'rspec-rails', '~> 4.1.2'
|
||||
gem 'simplecov', require: false
|
||||
gem 'timecop'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue