Closed sam closed 12 years ago
This was resolved. Right now we only support Minitest
.
The test locations are actually off of Doubleshot::Configuration::SourceLocations#tests
. So:
Doubleshot.new do |config|
config.source.ruby = "lib"
config.source.java = "lib/java"
config.source.tests = "tests"
end
Similar in purpose to a GemSpecification block: