Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 618 Bytes

CHANGELOG.md

File metadata and controls

18 lines (14 loc) · 618 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

0.2.0 - 2018-07-12

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

0.1.0 - 2018-05-02

Added

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