Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

27 lines (19 loc) · 1.13 KB
  • Renamed the gem to state_machines-rspec
  • Gem ownership is now shared between multiple maintainers
  • Removed deprecated syntax in examples
  • Add transition from matcher
  • Add #description to matchers.
  • Update rspec dependency.
  • StateMachineRspec::Matchers::Events conform to Matchers::States API, and now take a :on parameter when specifying a non-default state_machine attribute. This used to be specified with a :state parameter.
  • Add Travis-CI build status image to README.
  • Update README with instructions on including module in during RSpec configuration.
  • Initial release.