mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
fixed after callback spec
This commit is contained in:
parent
37b272406c
commit
82b5d84452
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ describe 'adding an event' do
|
|||
end
|
||||
|
||||
it 'should set the after callback' do
|
||||
event.options[:after].first.should == [:after_callback]
|
||||
event.options[:after].should == [:after_callback]
|
||||
end
|
||||
|
||||
it 'should set the before callback' do
|
||||
|
|
Loading…
Reference in a new issue