hashrocket / mousetrap

CheddarGetter API Client in Ruby

This URL has Read+Write access

name age message
file .document Mon Aug 24 17:38:33 -0700 2009 Initial commit to mousetrap. [Jon Larkowski and Sandro Turriate]
file .gitignore Thu Oct 22 04:26:49 -0700 2009 Add simple console [l4rk]
file MIT-LICENSE Mon Aug 24 17:39:38 -0700 2009 Renamed license for autocomplete sanity [Jon Larkowski and Sandro Turriate]
file README.textile Mon Oct 12 12:53:54 -0700 2009 Add test documentation [l4rk]
file Rakefile Sun Oct 18 18:06:15 -0700 2009 Add error handling to Customer update Also, st... [l4rk]
file VERSION Sun Oct 25 20:12:14 -0700 2009 Version bump to 0.5.0 [l4rk]
directory lib/ Sun Oct 25 20:11:22 -0700 2009 Add Customer.update functionality [l4rk]
file mousetrap.gemspec Sun Oct 25 20:12:14 -0700 2009 Version bump to 0.5.0 [l4rk]
directory script/ Thu Oct 22 04:26:49 -0700 2009 Add simple console [l4rk]
directory spec/ Loading commit data...
README.textile

Mousetrap

CheddarGetter API Client in Ruby

Docs coming Real Soon Now™.

Tests

Unit Tests

Run RSpec tests with the rake spec task.

Integration Smoke Test

This test runs against the actual CheddarGetter service, using a test Product
that you create.

  1. Set up a CheddarGetter account.
  2. Add a Product with a code named: MOUSETRAP_TEST
  3. Add a Plan with a code named: TEST
  4. Put your credentials into a spec/integration/settings.yml file.
  5. Run the tests with: spec -c -fn spec/integration/smoke_test.rb

Copyright © 2009 Hashrocket. See MIT-LICENSE for details.