Renamed the XPath axes_spec file.
This commit is contained in:
parent
99615d72f9
commit
3ff9057858
|
@ -1,7 +1,7 @@
|
||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
|
|
||||||
describe Oga::XPath::Parser do
|
describe Oga::XPath::Parser do
|
||||||
context 'axes' do
|
context 'paths' do
|
||||||
example 'parse an absolute path' do
|
example 'parse an absolute path' do
|
||||||
parse_xpath('/foo').should == s(
|
parse_xpath('/foo').should == s(
|
||||||
:xpath,
|
:xpath,
|
Loading…
Reference in New Issue