1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

Update README.md

Added missing backtick
This commit is contained in:
Zaid Huda 2018-04-18 23:10:08 +08:00 committed by Anil Kumar Maurya
parent 97e1fa501d
commit 2f0f8e928d

View file

@ -1223,7 +1223,7 @@ AASM provides assertions and rspec-like expectations for [Minitest](https://gith
List of supported assertions: `assert_have_state`, `refute_have_state`, `assert_transitions_from`, `refute_transitions_from`, `assert_event_allowed`, `refute_event_allowed`, `assert_transition_to_allowed`, `refute_transition_to_allowed`.
Add `require 'aasm/minitest' to your `test_helper.rb` file and use them like this:
Add `require 'aasm/minitest'` to your `test_helper.rb` file and use them like this:
```ruby
# classes with only the default state machine