1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Uncomment fixed regression spec

This commit is contained in:
Ryan Fitzgerald 2014-04-28 00:50:29 -07:00
parent f27e718cfe
commit c9affb2c16

View file

@ -241,10 +241,9 @@ describe 'cd' do
end
# Regression test for ticket #516.
# FIXME: This is actually broken.
# it 'should be able to cd into the Object BasicObject' do
# proc {
# @t.eval 'cd BasicObject.new'
# }.should.not.raise
# end
it 'should be able to cd into the Object BasicObject' do
proc {
@t.eval 'cd BasicObject.new'
}.should.not.raise
end
end