mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Fix spec
This commit is contained in:
parent
9702bf7a88
commit
05c72837c9
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ describe 'event callbacks' do
|
|||
|
||||
expect(error.class).to eq AASM::InvalidTransition
|
||||
expect(error.message).to eq(
|
||||
"Event 'null' cannot transition from 'open'. Failed callback(s): [:always_false]."
|
||||
"Event 'null' cannot transition from 'open'. Failed callback(s): [:always_false, :always_false]."
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue