module TestBench::Controls::Output::Summary::Session::Text

Public Class Methods

example() click to toggle source
# File lib/test_bench/controls/output/summary/session.rb, line 7
            def self.example
              <<TEXT
Finished running 0 files
Ran 0 tests in 0.000s (0.0 tests/second)
0 passed, 0 skipped, 0 failed, 0 total errors

TEXT
            end