Commit ea965418b7784e115caa61a94421ac8d9ec5da01

Added spec file for gathering.
  
1
2require "lib/cogo"
3
4describe Cogo do
5 it "should be able to gather data" do
6 cogo = Cogo.new
7
8 cogo.should respond_to :gather
9 end
10end