Module: CARPS::Test::Editor
- Defined in:
- lib/carps/util/editor.rb
Overview
Testing for editor
Class Method Summary collapse
Class Method Details
.load_fail ⇒ Object
108 109 110 |
# File 'lib/carps/util/editor.rb', line 108 def Editor::load_fail Editor::test_failed "The editor did not load the file correctly." end |
.save_fail ⇒ Object
112 113 114 |
# File 'lib/carps/util/editor.rb', line 112 def Editor::save_fail Editor::test_failed "The editor did not save the file correctly." end |