File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ gem 'rspec'
4
4
gem 'vimrunner'
5
5
gem 'pry'
6
6
gem 'diffy'
7
+ gem 'parallel_tests'
Original file line number Diff line number Diff line change 5
5
diff-lcs (1.2.5 )
6
6
diffy (3.2.0 )
7
7
method_source (0.8.2 )
8
+ parallel (1.12.1 )
9
+ parallel_tests (2.21.2 )
10
+ parallel
8
11
pry (0.10.4 )
9
12
coderay (~> 1.1.0 )
10
13
method_source (~> 0.8.1 )
@@ -30,9 +33,10 @@ PLATFORMS
30
33
31
34
DEPENDENCIES
32
35
diffy
36
+ parallel_tests
33
37
pry
34
38
rspec
35
39
vimrunner
36
40
37
41
BUNDLED WITH
38
- 1.15 .1
42
+ 1.16 .1
Original file line number Diff line number Diff line change @@ -53,6 +53,6 @@ setlocal formatprg=
53
53
54
54
## Development
55
55
56
- To run the tests you can run ` bundle exec rspec `
56
+ To run the tests you can run ` bundle exec parallel_rspec spec `
57
57
58
58
To spawn an interactive Vim instance with the configs from this repo use ` bin/spawn_vim `
You can’t perform that action at this time.
0 commit comments