Initial commit of the project.
[ccandy.git] / spec / ccandy_spec.rb
blob9107fcf845eac4305ebf873ab458a7cb7a8df06e
1 require 'spec_helper'
2 require 'ccandy'
4 describe Ccandy do
5   it "should have a VERSION constant" do
6     subject.const_get('VERSION').should_not be_empty
7   end
8 end