Sha256: 60d54418e2d80f0973e84f2cb8880a6246f6f15c6015310ffc6cf295ce52860f

Contents?: true

Size: 215 Bytes

Versions: 56

Compression:

Stored size: 215 Bytes

Contents

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

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

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
power_stencil-0.4.5 etc/templates/plugin_definition/spec/{entity}_spec.rb
power_stencil-0.4.4 etc/templates/plugin_definition/spec/{entity}_spec.rb
power_stencil-0.4.3 etc/templates/plugin_definition/spec/{entity}_spec.rb
power_stencil-0.4.2 etc/templates/plugin_definition/spec/{entity}_spec.rb
power_stencil-0.4.1 etc/templates/plugin_definition/spec/{entity}_spec.rb
power_stencil-0.4.0 etc/templates/plugin_definition/spec/{entity}_spec.rb
power_stencil-0.3.9 etc/templates/plugin_definition/spec/{entity}_spec.rb
power_stencil-0.3.8 etc/templates/plugin_definition/spec/{entity}_spec.rb
power_stencil-0.3.7 etc/templates/plugin_definition/spec/{entity}_spec.rb
power_stencil-0.3.6 etc/templates/plugin_definition/spec/{entity}_spec.rb
power_stencil-0.3.5 etc/templates/plugin_definition/spec/{entity}_spec.rb
power_stencil-0.3.4 etc/templates/plugin_definition/spec/{entity}_spec.rb
power_stencil-0.3.3 etc/templates/plugin_definition/spec/{entity}_spec.rb
power_stencil-0.3.2 etc/templates/plugin_definition/spec/{entity}_spec.rb
power_stencil-0.3.1 etc/templates/plugin_definition/spec/{entity}_spec.rb
power_stencil-0.3.0 etc/templates/plugin_definition/spec/{entity}_spec.rb