mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@7f22a0b
This commit is contained in:
parent
e6d93a27af
commit
67a1e22589
62 changed files with 656 additions and 59 deletions
|
@ -19,7 +19,7 @@ describe :rexml_elements_to_a, shared: true do
|
|||
# always needs the first param (even if it's nil).
|
||||
# A patch was submitted:
|
||||
# http://rubyforge.org/tracker/index.php?func=detail&aid=19354&group_id=426&atid=1698
|
||||
it "returns all childs if xpath is nil" do
|
||||
it "returns all children if xpath is nil" do
|
||||
@e.elements.send(@method).should == [@first, @second]
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue