Commit f7b9cc98 authored by Rémy Coutable's avatar Rémy Coutable

Reduce differences in spec/support/helpers/stub_gitlab_calls.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent a311bb75
module StubGitlabCalls
prepend EE::StubGitlabCalls
def stub_gitlab_calls
stub_user
stub_project_8
......@@ -135,3 +133,5 @@ module StubGitlabCalls
JSON.parse f
end
end
StubGitlabCalls.prepend(EE::StubGitlabCalls)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment