Skip to content

Commit e60c945

Browse files
committed
force failure in HEAD
1 parent e29960a commit e60c945

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

features/support/env.rb

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
11
# frozen_string_literal: true
22

3-
if RUBY_VERSION == '3.5.0' && RUBY_PATCHLEVEL == -1
4-
module Cucumber
5-
module Core
6-
module Test
7-
module Location
8-
singleton_class.send(:alias_method, :original_from_source_location, :from_source_location)
9-
def self.from_source_location(file, start_line, _start_column = nil, _end_line = nil, _end_column = nil)
10-
original_from_source_location(file, start_line)
11-
end
12-
end
13-
end
14-
end
15-
end
16-
end
17-
183
require_relative '../../lib/rubycritic'
194
require_relative '../../lib/rubycritic/cli/application'
205
require_relative '../../lib/rubycritic/commands/status_reporter'

0 commit comments

Comments
 (0)