- 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.
- state_machine dependency updated from "~> 1.1.0" to ">= 1.1.0". Fixes modocache/state_machine_rspec#5.
StateMachineRspec::Matchers::Events
conform toMatchers::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.