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:
parent
f27e718cfe
commit
c9affb2c16
1 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue