mbklein / equivalent-xml

Easy equivalency tests for Nokogiri and Oga XML
MIT License
94 stars 29 forks source link

Encountering error for Rspec 3 #17

Closed jeremyf closed 10 years ago

jeremyf commented 10 years ago

When running specs that make use of Equivalent-XML, I receive the following deprecation warning:

`require 'rspec-expectations'` is deprecated. Use `require 'rspec/expectations'` instead.

(Pull request is on its way. Verifying behavior against rspec 2 and rspec 3.)