Closed kylerippey closed 8 years ago
This PR should fix two sets of warnings that I noticed in the test suite.
rets/test/test_client.rb:112: warning: method redefined; discarding old test_find_first_calls_find_every_with_limit_one rets/test/test_client.rb:100: warning: previous definition of test_find_first_calls_find_every_with_limit_one was here
rets/lib/rets/client.rb:283: warning: instance variable @capabilities not initialized
Seems like a good idea to me. :+1:
This PR should fix two sets of warnings that I noticed in the test suite.
Duplicate test method names in test_client.rb:
Non-initialized instance variable in client.rb: