Method: Transpec::Git.write_commit_message
- Defined in:
- lib/transpec/git.rb
.write_commit_message(message) ⇒ Object
32 33 34 35 36 |
# File 'lib/transpec/git.rb', line 32 def () fail_unless_inside_of_repository file_path = File.join(repository_root, COMMIT_MESSAGE_FILE_PATH) File.write(file_path, ) end |