1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
This commit is contained in:
Chris Woodrich 2015-10-22 01:22:57 -07:00
parent 9702bf7a88
commit 05c72837c9

View file

@ -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