Skip to content
forked from Hobo/hobodoc

Fork of Hobo/hobo to be used for documentation changes. Regularly merged into Hobo/hobo.

Notifications You must be signed in to change notification settings

CV-Gate/hobodoc

This branch is 33 commits behind Hobo/hobodoc:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7bfbc02 · Aug 13, 2013
Aug 13, 2013
Feb 24, 2013
Feb 27, 2013
Feb 24, 2013
Feb 24, 2013
Feb 24, 2013
Feb 24, 2013
Feb 24, 2013
Feb 24, 2013
Aug 13, 2013
Mar 2, 2013
Feb 24, 2013
Nov 21, 2010
Aug 18, 2008
Sep 28, 2012
Sep 22, 2012
Feb 4, 2013
Oct 9, 2012

Repository files navigation

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

About

Fork of Hobo/hobo to be used for documentation changes. Regularly merged into Hobo/hobo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 85.2%
  • JavaScript 12.6%
  • CSS 1.6%
  • Other 0.6%