Sha256: 6b9cad8e8899eccbd04612a55694e28b5fa8d80905f11a32a4fb2c9e37fa0887

Contents?: true

Size: 139 Bytes

Versions: 7

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

7 entries across 7 versions & 1 rubygems

Version Path
candy_check-0.1.2 spec/candy_check_spec.rb
candy_check-0.1.1 spec/candy_check_spec.rb
candy_check-0.1.0.pre spec/candy_check_spec.rb
candy_check-0.0.5 spec/candy_check_spec.rb
candy_check-0.0.3 spec/candy_check_spec.rb
candy_check-0.0.2 spec/candy_check_spec.rb
candy_check-0.0.1 spec/candy_check_spec.rb