Sha256: 9ab93683e7035c06921405c54a88f8902a8f7153cd91d477246a1cf6a5e3d0bd
Contents?: true
Size: 327 Bytes
Versions: 77
Compression:
Stored size: 327 Bytes
Contents
require 'helper' describe "!" do before do @t = pry_tester end it 'should correctly clear the input buffer ' do eval_str = unindent(<<-STR) def hello puts :bing STR @t.process_command '!', eval_str @t.last_output.should =~ /Input buffer cleared!/ eval_str.should == '' end end
Version data entries
77 entries across 77 versions & 5 rubygems