Sha256: 04b23cce162b55a803ed8531d35a35b887fb6e33eb7564db69de92a73da61949
Contents?: true
Size: 359 Bytes
Versions: 111
Compression:
Stored size: 359 Bytes
Contents
require 'helper' describe "Pry::DefaultCommands::Gems" do describe "gem-list" do # fixing bug for 1.8 compat it 'should not raise when invoked' do str_output = StringIO.new Pry.start self, :input => InputTester.new("gem-list", "exit-all"), :output => str_output str_output.string.should.not =~ /NoMethodError/ end end end
Version data entries
111 entries across 111 versions & 1 rubygems