Class: Minitest::SnapshotUIReporter
- Inherits:
-
Reporter
- Object
- Reporter
- Minitest::SnapshotUIReporter
- Defined in:
- lib/minitest/snapshot_ui_plugin.rb
Instance Method Summary collapse
Instance Method Details
#report ⇒ Object
24 25 26 27 28 |
# File 'lib/minitest/snapshot_ui_plugin.rb', line 24 def report SnapshotUI.publish_snapshots_in_progress io.puts "\n\nUI snapshots are ready for review at #{SnapshotUI.configuration.web_url}" end |