forked from tslocke/hobo
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
27 lines (18 loc) · 708 Bytes
/
README
File metadata and controls
27 lines (18 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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