Flowdock
class
Importance_0
RSpec latest stable (1.3.1) - 0 notes - Superclass: Object

Not found

The exact documentation you were looking for could not be found. Here is the best guess.

No documentation

This class has no description. You can help the RSpec community by adding new notes.

Constants

FILE_SORTERS = { 'mtime' => lambda {|file_a, file_b| File.mtime(file_b) <=> File.mtime(file_a)}

EXAMPLE_FORMATTERS = { # Load these lazily for better speed 'silent' => ['spec/runner/formatter/silent_formatter', 'Formatter::SilentFormatter'], 'l' => ['spec/runner/formatter/silent_formatter', 'Formatter::SilentFormatter'], 'specdoc' => ['spec/runner/formatter/specdoc_formatter', 'Formatter::SpecdocFormatter'], 's' => ['spec/runner/formatter/specdoc_formatter', 'Formatter::SpecdocFormatter'], 'nested' => ['spec/runner/formatter/nested_text_formatter', 'Formatter::NestedTextFormatter'], 'n' => ['spec/runner/formatter/nested_text_formatter', 'Formatter::NestedTextFormatter'], 'html' => ['spec/runner/formatter/html_formatter', 'Formatter::HtmlFormatter'], 'h' => ['spec/runner/formatter/html_formatter', 'Formatter::HtmlFormatter'], 'progress' => ['spec/runner/formatter/progress_bar_formatter', 'Formatter::ProgressBarFormatter'], 'p' => ['spec/runner/formatter/progress_bar_formatter', 'Formatter::ProgressBarFormatter'], 'failing_examples' => ['spec/runner/formatter/failing_examples_formatter', 'Formatter::FailingExamplesFormatter'], 'e' => ['spec/runner/formatter/failing_examples_formatter', 'Formatter::FailingExamplesFormatter'], 'failing_example_groups' => ['spec/runner/formatter/failing_example_groups_formatter', 'Formatter::FailingExampleGroupsFormatter'], 'g' => ['spec/runner/formatter/failing_example_groups_formatter', 'Formatter::FailingExampleGroupsFormatter'], 'profile' => ['spec/runner/formatter/profile_formatter', 'Formatter::ProfileFormatter'], 'o' => ['spec/runner/formatter/profile_formatter', 'Formatter::ProfileFormatter'], 'textmate' => ['spec/runner/formatter/text_mate_formatter', 'Formatter::TextMateFormatter']

Attributes

[W] drb_port
[RW] profile
[RW] autospec
[RW] filename_pattern
[RW] backtrace_tweaker
[RW] context_lines
[RW] diff_format
[RW] dry_run
[RW] heckle_runner
[RW] debug
[RW] line_number
[RW] loadby
[RW] reporter
[RW] reverse
[RW] timeout
[RW] verbose
[RW] user_input_for_runner
[RW] error_stream
[RW] output_stream
[RW] argv
[R] colour
[R] differ_class
[R] files
[R] examples
[R] example_groups
Show files where this class is defined (1 file)
Register or log in to add new notes.