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.
- data/bin/test-loop +1 -1
- 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}
|
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|
|