Path: | lib/merb-core/test/run_specs.rb |
Last Update: | Sun Mar 01 20:38:43 -0700 2009 |
Runs specs in all files matching the file pattern.
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. |
except<Array[String]>: | File paths to skip. |