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)
end
it "it handles private callback methods as well" do
it "handles private callback methods as well" do
show_debug_log = false
callback = Callbacks::PrivateMethod.new(:log => show_debug_log)