Changeset [2a23d232e2f29c28111a336f2b4280362544758a] by Thorsten Böttger

February 10th, 2017 @ 06:34 AM

move redis and sequel loading and initialisation into its own file
https://github.com/aasm/aasm/commit/2a23d232e2f29c28111a336f2b42803...

Committed by Thorsten Böttger

  • A spec/spec_helpers/redis.rb
  • A spec/spec_helpers/sequel.rb
  • M spec/unit/persistence/redis_persistence_spec.rb
  • M spec/unit/persistence/sequel_persistence_multiple_spec.rb
  • M spec/unit/persistence/sequel_persistence_spec.rb
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Library for adding state machines to Ruby classes. Includes persistence layers for things like ActiveRecord. Formerly known as acts_as_state_machine.