add parallels tests

This commit is contained in:
Xavier J 2015-12-21 10:45:50 +01:00
parent 229973f14c
commit 506ce2dee4
3 changed files with 12 additions and 1 deletions

View file

@ -103,6 +103,10 @@ group :development, :test do
gem 'rubocop-checkstyle_formatter', require: false
gem 'rubocop-rspec', require: false
gem "nyan-cat-formatter"
gem 'parallel_tests'
# Deploy
gem 'mina', git: 'https://github.com/mina-deploy/mina.git'
end

View file

@ -211,6 +211,8 @@ GEM
notiffany (0.0.8)
nenv (~> 0.1)
shellany (~> 0.0)
nyan-cat-formatter (0.11)
rspec (>= 2.99, >= 2.14.2, < 4)
open4 (1.3.4)
openid_connect (0.9.2)
activemodel
@ -224,6 +226,9 @@ GEM
validate_url
webfinger (>= 1.0.1)
orm_adapter (0.5.0)
parallel (1.6.1)
parallel_tests (1.9.0)
parallel
parser (2.2.2.2)
ast (>= 1.1, < 3.0)
pg (0.18.2)
@ -452,7 +457,9 @@ DEPENDENCIES
logstasher
mailjet
mina!
nyan-cat-formatter
openid_connect
parallel_tests
pg
poltergeist
pry-byebug

View file

@ -12,7 +12,7 @@ development:
test:
adapter: postgresql
encoding: unicode
database: tps_test
database: tps_test<%= ENV['TEST_ENV_NUMBER'] %>
host: localhost
pool: 5
username: tps