Sha256: adf17b6f78b3a5b8ab4501291535fae405500d65c6859545eb2f5a514da11589

Contents?: true

Size: 423 Bytes

Versions: 18

Compression:

Stored size: 423 Bytes

Contents

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

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

18 entries across 9 versions & 1 rubygems

Version Path
power_stencil-0.10.0 etc/meta_templates/plugin_seed/spec/spec_helper.rb
power_stencil-0.10.0 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.9.8 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.9.8 etc/meta_templates/plugin_seed/spec/spec_helper.rb
power_stencil-0.9.7 etc/meta_templates/plugin_seed/spec/spec_helper.rb
power_stencil-0.9.7 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.9.6 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.9.6 etc/meta_templates/plugin_seed/spec/spec_helper.rb
power_stencil-0.9.5 etc/meta_templates/plugin_seed/spec/spec_helper.rb
power_stencil-0.9.5 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.9.4 etc/meta_templates/plugin_seed/spec/spec_helper.rb
power_stencil-0.9.4 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.9.3 etc/meta_templates/plugin_seed/spec/spec_helper.rb
power_stencil-0.9.3 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.9.2 etc/meta_templates/plugin_seed/spec/spec_helper.rb
power_stencil-0.9.2 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.9.1 etc/meta_templates/plugin_seed/spec/spec_helper.rb
power_stencil-0.9.1 etc/templates/plugin_definition/spec/spec_helper.rb