Skip to content

Commit

Permalink
Merge pull request #13778 from dvandersluis/remove-host-environment-s…
Browse files Browse the repository at this point in the history
…imulation-helper

Remove `HostEnvironmentSimulatorHelper`
  • Loading branch information
koic authored Jan 30, 2025
2 parents 3f7673b + b1a17c9 commit bb4b87d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
28 changes: 0 additions & 28 deletions lib/rubocop/rspec/host_environment_simulation_helper.rb

This file was deleted.

2 changes: 0 additions & 2 deletions lib/rubocop/rspec/support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@

require_relative 'cop_helper'
require_relative 'expect_offense'
require_relative 'host_environment_simulation_helper'
require_relative 'parallel_formatter'
require_relative 'shared_contexts'

RSpec.configure do |config|
config.include CopHelper
config.include RuboCop::RSpec::ExpectOffense
config.include HostEnvironmentSimulatorHelper
config.include_context 'config', :config
config.include_context 'isolated environment', :isolated_environment
config.include_context 'isolated bundler', :isolated_bundler
Expand Down

0 comments on commit bb4b87d

Please sign in to comment.