run_specs.rb

Path: lib/merb-core/test/run_specs.rb
Last Update: Mon Sep 22 17:34:14 -0600 2008

Required files

open3   benchmark   optparse   spec  

Methods

run_specs  

Public Instance methods

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]