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:
parent
97e1fa501d
commit
2f0f8e928d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue