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.4.5 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.4.4 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.4.3 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.4.2 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.4.1 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.4.0 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.3.9 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.3.8 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.3.7 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.3.6 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.3.5 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.3.4 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.3.3 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.3.2 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.3.1 etc/templates/plugin_definition/spec/spec_helper.rb
power_stencil-0.3.0 etc/templates/plugin_definition/spec/spec_helper.rb