Sha256: 6bbc9c29f4ab5b4f66eb4f49c691bd39458a847bf825ffa5e41c1bbe8b07b9e0

Contents?: true

Size: 381 Bytes

Versions: 56

Compression:

Stored size: 381 Bytes

Contents

require "bundler/setup"
require "<%= plugin_module_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

56 entries across 56 versions & 1 rubygems

Version Path
power_stencil-0.8.11 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.8.10 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.8.9 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.8.8 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.8.7 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.8.6 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.8.5 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.8.4 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.8.3 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.8.2 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.8.1 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.8.0 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.7.4 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.7.3 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.7.2 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.7.1 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.7.0 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.6.3 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.6.2 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.6.1 etc/templates/plugin_definition/spec/spec_helper.rb