Sha256: 04f58b1e1c8509e3e2c87f17955e55f7112fc8c3748348f4ec98cc1def815f6b

Contents?: true

Size: 235 Bytes

Versions: 8

Compression:

Stored size: 235 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
    pending 'Tests implementation'
    RSpec.fail
  end
end

Version data entries

8 entries across 4 versions & 1 rubygems

Version Path
power_stencil-0.9.0 etc/meta_templates/plugin_seed/spec/{entity}_spec.rb
power_stencil-0.9.0 etc/templates/plugin_definition/spec/{entity}_spec.rb
power_stencil-0.8.14 etc/meta_templates/plugin_seed/spec/{entity}_spec.rb
power_stencil-0.8.14 etc/templates/plugin_definition/spec/{entity}_spec.rb
power_stencil-0.8.13 etc/meta_templates/plugin_seed/spec/{entity}_spec.rb
power_stencil-0.8.13 etc/templates/plugin_definition/spec/{entity}_spec.rb
power_stencil-0.8.12 etc/meta_templates/plugin_seed/spec/{entity}_spec.rb
power_stencil-0.8.12 etc/templates/plugin_definition/spec/{entity}_spec.rb