test-loop 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/test-loop +1 -1
  2. metadata +2 -2
data/bin/test-loop CHANGED
@@ -2,7 +2,7 @@
2
2
  require 'rake' # for String#pathmap
3
3
 
4
4
  # absorb test execution overhead into master process
5
- overhead_file_glob = '{test,spec}/*_helper.rb'
5
+ overhead_file_glob = '{test,spec}/{test,spec}_helper.rb'
6
6
  $LOAD_PATH.unshift 'lib' # for non-Rails applications
7
7
 
8
8
  Dir[overhead_file_glob].each do |file|
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 1
9
- version: 1.0.1
8
+ - 2
9
+ version: 1.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Suraj N. Kurapati