oga/spec
Yorick Peterse 114bc0d6e8 Upgrade to RSpec 3.0.
For this I've enabled both the old expectation and stubbing/mocking syntax. The
old syntax is much more compact and to me reads nicer. For example, consider
the following:

    lex('<foo></foo>').should == [...]

To me this reads much nicer than this:

    expect(lex('<foo></foo>')).to eq([...])
2014-06-02 12:09:38 +02:00
..
oga Basic XPath parser setup. 2014-06-01 23:02:28 +02:00
support Basic working XPath lexer. 2014-06-01 19:24:35 +02:00
spec_helper.rb Upgrade to RSpec 3.0. 2014-06-02 12:09:38 +02:00