Sha256: 3a2e87a29bb927f9785b20bbb4c4ea47dd8a067f4a50d16e45542752390b31c4

Contents?: true

Size: 245 Bytes

Versions: 1

Compression:

Stored size: 245 Bytes

Contents

require 'spec_helper'

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 eq(true)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bundler-1.5.3 lib/bundler/templates/newgem/spec/newgem_spec.rb.tt