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

Fixing a failing spec

This commit is contained in:
Caius Durling 2010-06-29 23:58:35 +08:00 committed by Travis Tilley
parent cd944f04b5
commit ef61951718

View file

@ -236,7 +236,7 @@ describe AASM, '- event firing without persistence' do
def foo.aasm_write_state
end
foo.should_receive(:aasm_write_state_without_persistence)
foo.should_receive(:aasm_write_state_without_persistence).twice
foo.close
end