We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6988a8 commit 7df3f24Copy full SHA for 7df3f24
examples/client_test.rb
@@ -26,7 +26,7 @@ def foo(params)
26
end
27
28
# Example API client test
29
-class ClientTest < Test::Unit::TestCase
+class ClientTest < Test::Unit::TestCase # rubocop:disable Style/OneClassPerFile
30
def test_httpbingo_name
31
stubs = Faraday::Adapter::Test::Stubs.new
32
stubs.get('/api') do |env|
0 commit comments