mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
little changes
This commit is contained in:
parent
2280f03e88
commit
69997ffec8
2 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue