Sha256: 1c55c6f722053cb63f49e002d403af5aa98398275b2a7132e7d9da4682aab936

Contents?: true

Size: 139 Bytes

Versions: 3

Compression:

Stored size: 139 Bytes

Contents

require "spec_helper"

describe CandyCheck do
  subject { CandyCheck }

  it "has a version" do
    subject::VERSION.wont_be_nil
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
candy_check-0.3.0 spec/candy_check_spec.rb
candy_check-0.2.1 spec/candy_check_spec.rb
candy_check-0.2.0 spec/candy_check_spec.rb