Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
Remove redundant require ostruct
Browse files Browse the repository at this point in the history
requiring ostruct is introduced at 5cd41d3 and
removed using OpenStruct at d7e4033 .
ostruct was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.5.0.
Related https://bugs.ruby-lang.org/issues/20309 ruby/ruby#10428
  • Loading branch information
makicamel committed Jul 7, 2024
1 parent cb62cfe commit 47b31ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/rspec/core/configuration_options_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'ostruct'
require 'rspec/core/drb'

RSpec.describe RSpec::Core::ConfigurationOptions, :isolated_directory => true, :isolated_home => true do
Expand Down

0 comments on commit 47b31ad

Please sign in to comment.