Skip to content
This repository was archived by the owner on Mar 31, 2022. It is now read-only.

Commit 2c9b7b4

Browse files
author
Can Berk Güder and Tyler Schultz
committed
Fix build on ruby 1.8.7
1 parent b6277d9 commit 2c9b7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/cli_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def committer_email_of_last_commit
392392
def git_pair_commit
393393
run "echo #{rand(100)} > b"
394394
run 'git add b'
395-
run 'git pair-commit -m "Pair pare pear"', fail: true
395+
run 'git pair-commit -m "Pair pare pear"', :fail => true
396396
end
397397
end
398398
end

0 commit comments

Comments
 (0)