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

Commit 6fdcbfe

Browse files
committed
Remove confusing FIXME.
- After 2.6 is released we still have to support older ruby versions so we cannot remove this. - We can only remove it once we stop supporting RUBY_VERSION < 2.6. - We search for RUBY_VERSION uses when dropping old versions and do not need a FIXME. [ci skip]
1 parent fafbed5 commit 6fdcbfe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/rspec/core/configuration_options.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,6 @@ def args_from_options_file(path)
168168
end
169169

170170
def options_file_as_erb_string(path)
171-
# FIXME: Consider removing the following conditional branch after Ruby 2.6 is released.
172-
# https://github.com/ruby/ruby/commit/cc777d09f44fa909a336ba14f3aa802ffe16e010
173171
if RUBY_VERSION >= '2.6'
174172
ERB.new(File.read(path), :trim_mode => '-').result(binding)
175173
else

0 commit comments

Comments
 (0)