Sha256: 3c857cf98efb746868b6f3432f19aaa8bb04582772c600f701ccbab1c7303140
Contents?: true
Size: 414 Bytes
Versions: 41
Compression:
Stored size: 414 Bytes
Contents
# frozen_string_literal: true module GitlabQuality module TestTooling module GitlabClient class CommitsDryClient < CommitsClient def create(branch_name, file_path, new_content, message) puts "A commit would have been created on branch_name: #{branch_name}, file_path: #{file_path}, message: #{message} and content:" puts new_content end end end end end
Version data entries
41 entries across 41 versions & 1 rubygems