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:
parent
cd944f04b5
commit
ef61951718
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue