Metrics calculations & Metrics API for CocoaPods.
- Migrate the databases for the various environments via Humus.
- Create a
.env
file in the root of the repo based ontest.env
.
-
Seed the test DB in trunk (while Humus does not yet seed):
RACK_ENV=test bundle exec rake db:seed
-
You can now run the tests using:
$ bundle exec rake spec
You can use the rake task rake update[Pod name]
to run through updating just one Pod.