Take the 2008 Git User's Survey and help out! [ hide ]

public
Description: Ruby wrapper around the Harvest API (http://www.getharvest.com/api)
Clone URL: git://github.com/bricooke/harvest-ruby.git
Search Repo:
harvest-ruby / spec / harvest_spec.rb
100644 5 lines (4 sloc) 0.081 kb
1
2
3
4
5
require './lib/harvest'
 
describe "Harvest" do
  it "should do some things"
end