Skip to content

Commit

Permalink
Simplify commit message in word array
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Aug 10, 2024
1 parent a14ec63 commit 2b69015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/integration/resolving_cherry_pick_conflict_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'spec_helper'

describe 'resolving cherry-pick conflicts' do
subject { shell(%w[git commit -m "Resolve conflicts" -i some-file]) }
subject { shell(%w[git commit -m Test -i some-file]) }

let(:config) { <<-YML }
PreCommit:
Expand Down
2 changes: 1 addition & 1 deletion spec/integration/resolving_merge_conflict_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'spec_helper'

describe 'resolving merge conflicts' do
subject { shell(%w[git commit -m "Resolve conflicts" -i some-file]) }
subject { shell(%w[git commit -m Test -i some-file]) }

around do |example|
repo do
Expand Down

0 comments on commit 2b69015

Please sign in to comment.