Sha256: 1b97d8e85b5ca41732adce78f7cbebe43f928ad25d345342194a36955622fe16

Contents?: true

Size: 253 Bytes

Versions: 3

Compression:

Stored size: 253 Bytes

Contents

require 'spec_helper'

describe <%= config[:constant_name] %> do
  it 'should have a version number' do
    expect(<%= config[:constant_name] %>::VERSION).not_to be nil
  end

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bundler-1.6.0.rc2 lib/bundler/templates/newgem/spec/newgem_spec.rb.tt
bundler-1.6.0.rc lib/bundler/templates/newgem/spec/newgem_spec.rb.tt
bundler-1.6.0.pre.2 lib/bundler/templates/newgem/spec/newgem_spec.rb.tt