Skip to content

Commit

Permalink
Skip some checks on newer rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
dgutov committed Mar 16, 2024
1 parent 8b41398 commit dbc1a64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/robe/sash/doc_for_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ def foo; end
end
end

context "native methods" do
# FIXME: Drop compatibility with Ruby < 2.3 and upgrade pry-doc and bundler.
context "native methods", RUBY_VERSION >= "2.4" && :skip do
let(:c) { described_class }

context "String#gsub info fields" do
Expand Down

0 comments on commit dbc1a64

Please sign in to comment.