Use Forwardable to simplify Gitlab::Client
Closes #27 (closed)
903664c7 - Stub the correct Gitlab::Client constant
Stubbing the wrong one after using def_delegator
resulted in warnings
like the following:
warning: Chatops::Gitlab::Client#commit at [path:line] forwarding to
private method RSpec::Mocks::Double#commit
Edited by Robert Speicher