repo.or.cz
/
ccandy.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Initial commit of the project.
[ccandy.git]
/
spec
/
ccandy_spec.rb
blob
9107fcf845eac4305ebf873ab458a7cb7a8df06e
1
require 'spec_helper'
2
require 'ccandy'
3
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