Skip to content

Releases: songkick/aspec

Updates for RSpec 3 compatibility

19 Feb 10:17
Compare
Choose a tag to compare

Remove deprecation warnings when using Aspec with RSpec 3+

  • Aspec now requires RSpec 2.14.1 or greater
  • Use RSpec expect and allow methods over should and stub
  • Add specs to test CLI#run against passing and failing aspecs
  • Modify CLI#run to return failure count instead of exiting. exit is now called in bin/aspec instead