Class: Minitest::SnapshotInspectorReporter
- Inherits:
-
Reporter
- Object
- Reporter
- Minitest::SnapshotInspectorReporter
- Defined in:
- lib/minitest/snapshot_inspector_plugin.rb
Instance Method Summary collapse
Instance Method Details
#report ⇒ Object
7 8 9 10 11 |
# File 'lib/minitest/snapshot_inspector_plugin.rb', line 7 def report SnapshotInspector::Storage.move_files_from_processing_directory_to_snapshots_directory if SnapshotInspector::Storage.processing_directory.exist? io.print "\n\nInspect snapshots on #{SnapshotInspector.configuration.host + SnapshotInspector.configuration.route_path}" end |