mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
13 lines
139 B
Text
13 lines
139 B
Text
|
How to
|
||
|
|
||
|
1. Run tests for Mongoid
|
||
|
|
||
|
Start MongoDB
|
||
|
|
||
|
$> mongod
|
||
|
|
||
|
Run the specs
|
||
|
|
||
|
$> rspec spec/unit/persistence/mongoid_persistance_spec.rb
|
||
|
|