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
|
end
|
||||||
|
|
||||||
# Regression test for ticket #516.
|
# Regression test for ticket #516.
|
||||||
# FIXME: This is actually broken.
|
it 'should be able to cd into the Object BasicObject' do
|
||||||
# it 'should be able to cd into the Object BasicObject' do
|
proc {
|
||||||
# proc {
|
@t.eval 'cd BasicObject.new'
|
||||||
# @t.eval 'cd BasicObject.new'
|
}.should.not.raise
|
||||||
# }.should.not.raise
|
end
|
||||||
# end
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue