diff options
| author | mo <mo@mokhan.ca> | 2018-05-07 16:32:04 -0600 |
|---|---|---|
| committer | mo <mo@mokhan.ca> | 2018-05-07 16:32:04 -0600 |
| commit | 27be59407ed3be2c569538075f7df1bdaa176808 (patch) | |
| tree | 341b5f5e3efc1de5e2a09054953b5a1ccf0fecb1 /test/net/client_test.rb | |
| parent | f828908044c26422f646814a222a3bc9db357948 (diff) | |
fix rubocop errors.v0.1.5
Diffstat (limited to 'test/net/client_test.rb')
| -rw-r--r-- | test/net/client_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/net/client_test.rb b/test/net/client_test.rb index ce2a295..8b9ee57 100644 --- a/test/net/client_test.rb +++ b/test/net/client_test.rb @@ -1,6 +1,6 @@ require 'test_helper' -class Net::Hippie::ClientTest < Minitest::Test +class ClientTest < Minitest::Test attr_reader :subject def initialize(*args) |
