doubleshot 1.0.3-java → 1.0.4-java
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|