Skip to content
erlingwl edited this page Sep 14, 2010 · 2 revisions

This is a little pet project I wrote in order to learn Clojure. The program is basically a screen scraper that will calculate your daily Oyster card expenses.

After checking out the project:

1. To run the unit tests: ‘ant test’
2. To run the cucumber scenarios: first run ‘ant install-gems’ then run ‘ant cucumber’
3. To run the ‘integration test’, create /config/production/oyster.properties (see /config/test/oyster.properties) with your TFL username and password. Then run ‘ant integration-test’. You should see your daily Oyster card expenses printed to the command line (given you have an oyster card of course..=)

Clone this wiki locally