Sha256: b22bf8970492ea3a896be43ce82a2f481b95ebef74c002db1579ec2a0262da52

Contents?: true

Size: 266 Bytes

Versions: 6

Compression:

Stored size: 266 Bytes

Contents

require "spec_helper"

describe <%= config.gem_class %> do
  before do
    helper_example
  end

  it "has a version number" do
    expect(<%= config.gem_class %>::VERSION).not_to be nil
  end

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gemaker-1.0.0 lib/gemaker/templates/normal/test_example.rb.erb
gemaker-0.6.0 lib/gemaker/templates/normal/test_example.rb.erb
gemaker-0.5.0 lib/gemaker/templates/normal/test_example.rb.erb
gemaker-0.4.0 lib/gemaker/templates/normal/test_example.rb.erb
gemaker-0.3.0 lib/gemaker/templates/normal/test_example.rb.erb
gemaker-0.2.0 lib/gemaker/templates/normal/test_example.rb.erb