Sha256: 8a2808b154ffe6adcc9d24dbb8539924b4598ef21e3bb2dab9748a1fc3db16d4

Contents?: true

Size: 221 Bytes

Versions: 5

Compression:

Stored size: 221 Bytes

Contents

describe <%= config[:constant_name] %> do
  it 'should have a version number' do
    <%= config[:constant_name] %>::VERSION.should_not be_nil
  end

  it 'should do something useful' do
    false.should be_true
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bundler-1.3.0.pre.5 lib/bundler/templates/newgem/spec/newgem_spec.rb.tt
bundler-1.3.0.pre.4 lib/bundler/templates/newgem/spec/newgem_spec.rb.tt
bundler-1.3.0.pre.3 lib/bundler/templates/newgem/spec/newgem_spec.rb.tt
bundler-1.3.0.pre.2 lib/bundler/templates/newgem/spec/newgem_spec.rb.tt
bundler-1.3.0.pre lib/bundler/templates/newgem/spec/newgem_spec.rb.tt