add parallels tests
This commit is contained in:
parent
229973f14c
commit
506ce2dee4
3 changed files with 12 additions and 1 deletions
4
Gemfile
4
Gemfile
|
@ -103,6 +103,10 @@ group :development, :test do
|
||||||
gem 'rubocop-checkstyle_formatter', require: false
|
gem 'rubocop-checkstyle_formatter', require: false
|
||||||
gem 'rubocop-rspec', require: false
|
gem 'rubocop-rspec', require: false
|
||||||
|
|
||||||
|
gem "nyan-cat-formatter"
|
||||||
|
|
||||||
|
gem 'parallel_tests'
|
||||||
|
|
||||||
# Deploy
|
# Deploy
|
||||||
gem 'mina', git: 'https://github.com/mina-deploy/mina.git'
|
gem 'mina', git: 'https://github.com/mina-deploy/mina.git'
|
||||||
end
|
end
|
||||||
|
|
|
@ -211,6 +211,8 @@ GEM
|
||||||
notiffany (0.0.8)
|
notiffany (0.0.8)
|
||||||
nenv (~> 0.1)
|
nenv (~> 0.1)
|
||||||
shellany (~> 0.0)
|
shellany (~> 0.0)
|
||||||
|
nyan-cat-formatter (0.11)
|
||||||
|
rspec (>= 2.99, >= 2.14.2, < 4)
|
||||||
open4 (1.3.4)
|
open4 (1.3.4)
|
||||||
openid_connect (0.9.2)
|
openid_connect (0.9.2)
|
||||||
activemodel
|
activemodel
|
||||||
|
@ -224,6 +226,9 @@ GEM
|
||||||
validate_url
|
validate_url
|
||||||
webfinger (>= 1.0.1)
|
webfinger (>= 1.0.1)
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
|
parallel (1.6.1)
|
||||||
|
parallel_tests (1.9.0)
|
||||||
|
parallel
|
||||||
parser (2.2.2.2)
|
parser (2.2.2.2)
|
||||||
ast (>= 1.1, < 3.0)
|
ast (>= 1.1, < 3.0)
|
||||||
pg (0.18.2)
|
pg (0.18.2)
|
||||||
|
@ -452,7 +457,9 @@ DEPENDENCIES
|
||||||
logstasher
|
logstasher
|
||||||
mailjet
|
mailjet
|
||||||
mina!
|
mina!
|
||||||
|
nyan-cat-formatter
|
||||||
openid_connect
|
openid_connect
|
||||||
|
parallel_tests
|
||||||
pg
|
pg
|
||||||
poltergeist
|
poltergeist
|
||||||
pry-byebug
|
pry-byebug
|
||||||
|
|
|
@ -12,7 +12,7 @@ development:
|
||||||
test:
|
test:
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
encoding: unicode
|
encoding: unicode
|
||||||
database: tps_test
|
database: tps_test<%= ENV['TEST_ENV_NUMBER'] %>
|
||||||
host: localhost
|
host: localhost
|
||||||
pool: 5
|
pool: 5
|
||||||
username: tps
|
username: tps
|
||||||
|
|
Loading…
Reference in a new issue