Skip to content

Use Forwardable to simplify Gitlab::Client

Robert Speicher requested to merge rs-forwardable into master

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

Merge request reports