Skip to content

Commit 3434ee0

Browse files
committed
test: skip http tests failing on old rubies
1 parent 21a4b15 commit 3434ee0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/http_test_client_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
describe RspecApiDocumentation::HttpTestClient do
99
before(:all) do
10+
skip("Skipped on Ruby < 2.7") if RUBY_VERSION < '2.7'
1011
WebMock.allow_net_connect!
1112
# Capybara.server= was introduced in later versions
1213
# For older versions, we use the Capybara::Server directly with webrick

0 commit comments

Comments
 (0)