114bc0d6e8
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([...]) |
||
---|---|---|
.. | ||
oga | ||
support | ||
spec_helper.rb |