Skip to content

Commit

Permalink
fix parallel_tests (close #3162)
Browse files Browse the repository at this point in the history
`parallel_test` need to use in dev and test, to generate rails test app
  • Loading branch information
timoschilling committed May 24, 2014
1 parent 12c42e6 commit fb7588f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -21,6 +21,8 @@ gem 'devise'
gem 'draper'
gem 'pundit'

gem 'parallel_tests', group: [:development, :test] # #3162

group :development do
# Debugging
gem 'pry' # Easily debug from your console with `binding.pry`
Expand All @@ -47,7 +49,6 @@ group :test do
gem 'jasmine'
gem 'jslint_on_rails'
gem 'launchy'
gem 'parallel_tests'
gem 'rails-i18n' # Provides default i18n for many languages
gem 'rspec-rails'
gem 'shoulda-matchers'
Expand Down

0 comments on commit fb7588f

Please sign in to comment.