Sha256: b4f4d0fa33c35ed960014db2c52cf82e9c0fe9efa3767c58a588d91e8e106baf
Contents?: true
Size: 418 Bytes
Versions: 2
Compression:
Stored size: 418 Bytes
Contents
# frozen_string_literal: true require "bundler/setup" require "<%= config[:namespaced_path] %>" 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
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
rubygems-update-3.2.0.rc.1 | bundler/lib/bundler/templates/newgem/spec/spec_helper.rb.tt |
bundler-2.2.0.rc.1 | lib/bundler/templates/newgem/spec/spec_helper.rb.tt |