draper/spec/support/matchers
Morgan Lieberthal f4bb26bd53 Updated all specs to RSpec 3.0 syntax
Change specs to use synax `expect(OBJECT).to EXPECTATION` rather that
`OBJECT.should`. Changed all `OBJECT.stub(METHOD)` to `allow(OBJECT).to
receive(:method)`

Change one-liners to use syntax: `it { is_expected.to XXX }` rather than
`it { should }`.
2015-08-27 01:08:59 -06:00
..
have_text.rb Updated all specs to RSpec 3.0 syntax 2015-08-27 01:08:59 -06:00