All Downloads are FREE. Search and download functionalities are using the official Maven repository.

specs2.files.scala Maven / Gradle / Ivy

There is a newer version: 5.5.8
Show newest version
package specs2

import org.specs2.runner.FilesRunner

/**
 * Run specification files from the command line with specs2.files  
 */
object files extends FilesRunner {
  def main(args: Array[String]) =
    run(args, exit = true)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy