Skip to content

Commit 6db699c

Browse files
committed
add parallel_tests
1 parent effa1b1 commit 6db699c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ gem 'rspec'
44
gem 'vimrunner'
55
gem 'pry'
66
gem 'diffy'
7+
gem 'parallel_tests'

Gemfile.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ GEM
55
diff-lcs (1.2.5)
66
diffy (3.2.0)
77
method_source (0.8.2)
8+
parallel (1.12.1)
9+
parallel_tests (2.21.2)
10+
parallel
811
pry (0.10.4)
912
coderay (~> 1.1.0)
1013
method_source (~> 0.8.1)
@@ -30,9 +33,10 @@ PLATFORMS
3033

3134
DEPENDENCIES
3235
diffy
36+
parallel_tests
3337
pry
3438
rspec
3539
vimrunner
3640

3741
BUNDLED WITH
38-
1.15.1
42+
1.16.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ setlocal formatprg=
5353

5454
## Development
5555

56-
To run the tests you can run `bundle exec rspec`
56+
To run the tests you can run `bundle exec parallel_rspec spec`
5757

5858
To spawn an interactive Vim instance with the configs from this repo use `bin/spawn_vim`

0 commit comments

Comments
 (0)