doubleshot 1.0.3-java → 1.0.4-java
Sign up to get free protection for your applications and to get access to all the features.
- data/Doubleshot +1 -1
- data/lib/doubleshot/commands/test.rb +1 -1
- data/target/doubleshot.jar +0 -0
- metadata +1 -1
data/Doubleshot
CHANGED
@@ -163,7 +163,7 @@ class Doubleshot::CLI::Commands::Test < Doubleshot::CLI
|
|
163
163
|
end
|
164
164
|
end
|
165
165
|
|
166
|
-
matcher = test.sub(/(\w+)\.(rb|java)/, "\\1_{spec,test}.rb")
|
166
|
+
matcher = Pathname(test.sub(/(\w+)\.(rb|java)/, "\\1_{spec,test}.rb").to_s.underscore)
|
167
167
|
matchers = [ matcher ]
|
168
168
|
|
169
169
|
# If this is a nested path, then create a lower priority matcher
|
data/target/doubleshot.jar
CHANGED
Binary file
|