rspec-side_effects v0.2.0 Release Notes

Release Date: 2018-07-12 // over 5 years ago
  • 🔄 Changed

    • Rescue Exceptions from the subject in the its_side_effects_are helper, so that it is possible to check the side effects of a method which is expected to raise an error

Previous changes from v0.1.0

  • ➕ Added

    • Add the its_side_effects_are helper, as well as its aliases it_has_side_effects and specify_side_effects.