Sha256: 988c2306145b2ba914448ea627cb31f1ca78ee97c3e847e21441388a40ed060b
Contents?: true
Size: 342 Bytes
Versions: 22
Compression:
Stored size: 342 Bytes
Contents
require_relative 'test_helper' describe "Info Command" do include TestDsl temporary_change_method_value(Debugger, :printer, Printers::Xml.new) it "must be unsupported for XML printer" do enter 'info line' debug_file 'info' check_output_includes "<error>Unsupported command 'info'</error>", interface.error_queue end end
Version data entries
22 entries across 22 versions & 1 rubygems