run_specs.rb
Path:
lib/merb-core/test/run_specs.rb
Last Update:
Sat Apr 18 14:07:22 +0000 2009
Required files
open3 benchmark optparse spec
Methods
run_specs
Public Instance methods
run_specs
(globs, spec_cmd='spec', run_opts = "-c -f s")
Runs specs in all files matching the file pattern.
Parameters
globs<
String
, Array[
String
]>:
File patterns to look for.
spec_cmd<~to_s>:
The spec command. Defaults to "spec".
run_opts<
String
>:
Options to pass to spec commands, for instance, if you want to use profiling formatter.
[Validate]