README.md in rspec_candy-0.2.10 vs README.md in rspec_candy-0.3.0

- old
+ new

@@ -143,9 +143,16 @@ describe Model, '#my_event from :my_state1 to :my_state" do it_should_run_callbacks :notify_this, :notify_that end + + If you have used a custom state machine name, you can use specify it like this: + + describe Model, '#my_event on :my_machine from :my_state1 to :my_state" do + it_should_run_callbacks :notify_this, :notify_that + end + **it_should_run_callbacks_in_order** Like `it_should_run_callbacks`, but also checks the correct order.