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

Exclude test fail for rbx bug

This commit is contained in:
Conrad Irwin 2012-09-23 21:50:17 -07:00
parent f62ced6f38
commit 32ab9406d2

View file

@ -126,7 +126,7 @@ describe Pry::Method do
m = Pry::Method.from_binding(a.new.gag)
m.owner.should == a
m.owner.should == a unless Pry::Helpers::BaseHelpers.rbx? # rubinius issue 1921
m.source_file.should == __FILE__
m.source_line.should == a.line
end