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-rspec', require: false
|
||||
|
||||
gem "nyan-cat-formatter"
|
||||
|
||||
gem 'parallel_tests'
|
||||
|
||||
# Deploy
|
||||
gem 'mina', git: 'https://github.com/mina-deploy/mina.git'
|
||||
end
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue