Sha256: ab01e3d4070feb8caef8a57e98419daa9229cb230f7f0912cc1af9e31a5348cb

Contents?: true

Size: 218 Bytes

Versions: 90

Compression:

Stored size: 218 Bytes

Contents

require 'spec_helper'

describe {{ gem_constant }} do
  it 'has a version number' do
    expect({{ gem_constant }}::VERSION).not_to be nil
  end

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

Version data entries

90 entries across 90 versions & 1 rubygems

Version Path
qb-0.1.9 roles/qb.gem/templates/spec.rb.j2
qb-0.1.8 roles/qb.gem/templates/spec.rb.j2
qb-0.1.7 roles/qb.gem/templates/spec.rb.j2
qb-0.1.6 roles/qb.gem/templates/spec.rb.j2
qb-0.1.5 roles/qb.gem/templates/spec.rb.j2
qb-0.1.4 roles/qb.gem/templates/spec.rb.j2
qb-0.1.3 roles/qb.gem/templates/spec.rb.j2
qb-0.1.2 roles/qb.gem/templates/spec.rb.j2
qb-0.1.1 roles/qb.gem/templates/spec.rb.j2
qb-0.1.0 roles/qb.gem/templates/spec.rb.j2