Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-oman committed May 8, 2020
1 parent 7fe39c7 commit b996a1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/statesman/adapters/active_record_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
end
end

after { Statesman.configure { storage_adapter(Statesman::Adapters::Memory) } }

let(:observer) { double(Statesman::Machine, execute: nil) }
let(:model) { MyActiveRecordModel.create(current_state: :pending) }

Expand Down

0 comments on commit b996a1f

Please sign in to comment.