test-loop 1.0.2 → 1.1.0

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 +3 -3
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}/{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
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 1
7
+ - 1
7
8
  - 0
8
- - 2
9
- version: 1.0.2
9
+ version: 1.1.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Suraj N. Kurapati
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-10-16 00:00:00 -07:00
17
+ date: 2010-11-22 00:00:00 -08:00
18
18
  default_executable:
19
19
  dependencies: []
20
20