Module: TestBench::Controls::KernelSubstitute::FileMap
- Defined in:
- lib/test_bench/controls/kernel_substitute.rb
Class Method Summary collapse
Class Method Details
.example ⇒ Object
24 25 26 27 28 29 30 |
# File 'lib/test_bench/controls/kernel_substitute.rb', line 24 def self.example { TestScript::Error.file => TestScript::Error.text, TestScript::Failing.file => TestScript::Failing.text, TestScript::Passing.file => TestScript::Passing.text, } end |