We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea73ed5 commit ce7b871Copy full SHA for ce7b871
1 file changed
spec/integration/syntax_suggest_spec.rb
@@ -4,6 +4,10 @@
4
5
module SyntaxSuggest
6
RSpec.describe "Integration tests that don't spawn a process (like using the cli)" do
7
+ before(:each) do
8
+ skip "Benchmark is not available" unless defined?(::Benchmark)
9
+ end
10
+
11
it "does not timeout on massive files" do
12
next unless ENV["SYNTAX_SUGGEST_TIMEOUT"]
13
@@ -235,5 +239,5 @@ def bar
235
239
end_is_missing_here
236
240
EOM
237
241
end
238
- end if defined?(::Benchmark)
242
243
0 commit comments