mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
[ruby/syntax_suggest] Resolve to lint failure of standardrb
https://github.com/ruby/syntax_suggest/commit/ce7b87184e
This commit is contained in:
parent
a450e9304d
commit
e8015ce1a3
@ -4,6 +4,10 @@ require_relative "../spec_helper"
|
||||
|
||||
module SyntaxSuggest
|
||||
RSpec.describe "Integration tests that don't spawn a process (like using the cli)" do
|
||||
before(:each) do
|
||||
skip "Benchmark is not available" unless defined?(::Benchmark)
|
||||
end
|
||||
|
||||
it "does not timeout on massive files" do
|
||||
next unless ENV["SYNTAX_SUGGEST_TIMEOUT"]
|
||||
|
||||
@ -235,5 +239,5 @@ module SyntaxSuggest
|
||||
end_is_missing_here
|
||||
EOM
|
||||
end
|
||||
end if defined?(::Benchmark)
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user