Skip to content

Commit

Permalink
fixed after callback spec
Browse files Browse the repository at this point in the history
  • Loading branch information
stiff committed Feb 21, 2013
1 parent 37b2724 commit 82b5d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/supporting_classes/event_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
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
Expand Down

0 comments on commit 82b5d84

Please sign in to comment.