Module: TestBench::Run::Controls::Summary::File::Info::NotFound
- Defined in:
- lib/test_bench/run/controls/summary/file/info.rb
Class Method Summary collapse
Class Method Details
.example ⇒ Object
83 84 85 |
# File 'lib/test_bench/run/controls/summary/file/info.rb', line 83 def self.example TestBench::Run::Summary::FileInfo.not_found(path) end |
.path ⇒ Object
87 88 89 |
# File 'lib/test_bench/run/controls/summary/file/info.rb', line 87 def self.path "/some-not-found-file.rb" end |