Sha256: 738466fd830fde9359e7156eec9a37514e05db5100c5598a980d941f1d702fd5

Contents?: true

Size: 398 Bytes

Versions: 8

Compression:

Stored size: 398 Bytes

Contents

require "bundler/setup"
require 'power_stencil'
require "<%= plugin_name %>"

RSpec.configure do |config|
  # Enable flags like --only-failures and --next-failure
  config.example_status_persistence_file_path = ".rspec_status"

  # Disable RSpec exposing methods globally on `Module` and `main`
  config.disable_monkey_patching!

  config.expect_with :rspec do |c|
    c.syntax = :expect
  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/spec_helper.rb
power_stencil-0.9.0 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.8.14 etc/meta_templates/plugin_seed/spec/spec_helper.rb
power_stencil-0.8.14 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.8.13 etc/meta_templates/plugin_seed/spec/spec_helper.rb
power_stencil-0.8.13 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.8.12 etc/meta_templates/plugin_seed/spec/spec_helper.rb
power_stencil-0.8.12 etc/templates/plugin_definition/spec/spec_helper.rb