test_hook_service.rb 159 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 class TestHookService def execute(hook, current_user) data = GitPushService.new.sample_data(hook.project, current_user) hook.execute(data) end end