Skip to content

Commit 7df3f24

Browse files
authored
Lint: Style/OneClassPerFile (#1668)
1 parent c6988a8 commit 7df3f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/client_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def foo(params)
2626
end
2727

2828
# Example API client test
29-
class ClientTest < Test::Unit::TestCase
29+
class ClientTest < Test::Unit::TestCase # rubocop:disable Style/OneClassPerFile
3030
def test_httpbingo_name
3131
stubs = Faraday::Adapter::Test::Stubs.new
3232
stubs.get('/api') do |env|

0 commit comments

Comments
 (0)