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

Commit 1811c9c

Browse files
petergoldsteinpirj
authored andcommitted
Fix lints
1 parent 8a9d45f commit 1811c9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/rspec/support/ruby_features.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def truffleruby?
5757
#
5858
# Provides query methods for ruby features that differ among
5959
# implementations.
60-
module RubyFeatures # rubocop:disable Metrics/ModuleLength
60+
module RubyFeatures
6161
module_function
6262

6363
if Ruby.jruby? && RUBY_VERSION.to_f < 1.9

spec/rspec/support/spec/stderr_splitter_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
unless RSpec::Support::Ruby.rbx? || RSpec::Support::Ruby.truffleruby?
9090
# TruffleRuby doesn't support warnings for now
91-
# https://github.com/oracle/truffleruby/issues/2595
91+
# https://github.com/oracle/truffleruby/issues/2595
9292
it 'will fail an example which generates a warning' do
9393
true unless $undefined
9494
expect { splitter.verify_no_warnings! }.to raise_error(/Warnings were generated:/)

0 commit comments

Comments
 (0)