Add parallel_test gem

This commit is contained in:
Stefan Botzenhart
2015-09-21 10:59:16 +02:00
parent cefd961397
commit 561ee9b3e5
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -182,6 +182,7 @@ group :development do
gem 'faker'
gem 'quiet_assets'
gem 'rubocop', '~> 0.32'
gem 'parallel_tests'
end
group :development, :test do
+4
View File
@@ -311,6 +311,9 @@ GEM
omniauth (1.2.2)
hashie (>= 1.2, < 4)
rack (~> 1.0)
parallel (1.6.1)
parallel_tests (1.6.1)
parallel
parser (2.2.2.5)
ast (>= 1.1, < 3.0)
pg (0.18.3)
@@ -559,6 +562,7 @@ DEPENDENCIES
oj (~> 2.11.4)
omniauth
openproject-translations!
parallel_tests
pg (~> 0.18.3)
protected_attributes
prototype-rails!