Sha256: 7026c26004b3a65046e7f1b9fb1328872071c8dc0b3e2444c01f3cd5a9447f4b

Contents?: true

Size: 385 Bytes

Versions: 104

Compression:

Stored size: 385 Bytes

Contents

require "bundler/setup"
require "terraspace_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

104 entries across 104 versions & 1 rubygems

Version Path
terraspace-0.2.0 lib/templates/plugin/spec/spec_helper.rb.tt
terraspace-0.1.2 lib/templates/plugin/spec/spec_helper.rb.tt
terraspace-0.1.1 lib/templates/plugin/spec/spec_helper.rb.tt
terraspace-0.1.0 lib/templates/plugin/spec/spec_helper.rb.tt