• Stars
    star
    243
  • Rank 166,489 (Top 4 %)
  • Language
    Ruby
  • Created over 16 years ago
  • Updated over 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

MOVED! The official repo is now hobo/hobo
The README for hobo is in hobo/README.

However, you're probably more interested in hobo/CHANGES-1.4.txt or
http://cookbook.hobocentral.net

### Unit tests

    export HOBODEV=`pwd`
    for f in dryml hobo_support hobo_fields hobo ; do cd $f ; bundle install ; cd .. ; done
    rake test

### Integration tests

see README in integration_tests/agility

### Smoke test

This test is not super important. It's important that this test be run
just before gems are released, but we won't see much benefit if people
other than the maintainer run this test.

Prerequisites:  RVM, wget.   Creates and uses the hobo-smoke rvm gemset.

    unset HOBODEV
    export HOBODEV
    cd integration_tests
    ./smoke_test.sh