We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a4b15 commit 3434ee0Copy full SHA for 3434ee0
spec/http_test_client_spec.rb
@@ -7,6 +7,7 @@
7
8
describe RspecApiDocumentation::HttpTestClient do
9
before(:all) do
10
+ skip("Skipped on Ruby < 2.7") if RUBY_VERSION < '2.7'
11
WebMock.allow_net_connect!
12
# Capybara.server= was introduced in later versions
13
# For older versions, we use the Capybara::Server directly with webrick
0 commit comments