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:
parent
f62ced6f38
commit
32ab9406d2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue