Sha256: 71c74906eccfc946947ec52621942585a9fb6e3fbb4cfdfc0b62a1665690fd0f

Contents?: true

Size: 208 Bytes

Versions: 5

Compression:

Stored size: 208 Bytes

Contents

require 'spec_helper'

describe From::Scratch do
  it 'has a version number' do
    expect(From::Scratch::VERSION).not_to be nil
  end

  it 'does something useful' do
    expect(false).to eq(true)
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
from-scratch-0.5.0 cookbooks/scratchify/spec/from/scratch_spec.rb
from-scratch-0.3.0 cookbooks/scratchify/spec/from/scratch_spec.rb
from-scratch-0.2.0 cookbooks/scratchify/spec/from/scratch_spec.rb
from-scratch-0.1.1 cookbooks/scratchify/spec/from/scratch_spec.rb
from-scratch-0.1.0 cookbooks/scratchify/spec/from/scratch_spec.rb