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

Skip rubinius due to [Issue rubinius/rubinius#2247]

This commit is contained in:
Conrad Irwin 2013-03-30 09:12:36 -07:00
parent 290eb40f4c
commit 1af49497ac

View file

@ -181,6 +181,8 @@ describe "whereami" do
Object.remove_const(:Horse)
end
# https://github.com/rubinius/rubinius/pull/2247
unless Pry::Helpers::BaseHelpers.rbx?
it 'should show class when -c option used, and binding is outside a method' do
class Cor
def blimey;end
@ -192,6 +194,7 @@ describe "whereami" do
Object.remove_const(:Cor)
end
end
end
it 'should not show line numbers or marker when -n switch is used' do
class Cor