module TestBench::Controls::KernelSubstitute::FileMap

Public Class Methods

example() click to toggle source
# 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