1
0
Fork 0
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:
Vladimir Meremyanin 2013-02-21 11:13:43 +04:00
parent 37b272406c
commit 82b5d84452

View file

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