1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

little changes

This commit is contained in:
Thorsten Böttger 2015-05-26 21:19:54 +12:00
parent 2280f03e88
commit 69997ffec8
2 changed files with 1 additions and 1 deletions

View file

@ -52,7 +52,7 @@ describe 'callbacks for the new DSL' do
}.to raise_error(AASM::InvalidTransition) }.to raise_error(AASM::InvalidTransition)
end end
it "it handles private callback methods as well" do it "handles private callback methods as well" do
show_debug_log = false show_debug_log = false
callback = Callbacks::PrivateMethod.new(:log => show_debug_log) callback = Callbacks::PrivateMethod.new(:log => show_debug_log)