summaryrefslogtreecommitdiff
path: root/spec/support/builders.rb
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2018-02-22 11:54:57 +0000
committerAlyssa Ross <hi@alyssa.is>2018-02-23 09:45:36 +0000
commit9f3bad4e352bc35352d91008182173ab50ecbca2 (patch)
tree35da89df905433338cc816d46fe6876c2ebb2d7b /spec/support/builders.rb
parent3d8258586b0fab8899d9a6f801d301e8db4d3ba6 (diff)
downloadbundler-9f3bad4e352bc35352d91008182173ab50ecbca2.tar.gz
Don't GPG-sign test setup commits
This is extremely inconvenient (or sometimes plain broken) when the person running the tests has `commit.gpgsign` enabled in their global Git configuration.
Diffstat (limited to 'spec/support/builders.rb')
-rw-r--r--spec/support/builders.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/builders.rb b/spec/support/builders.rb
index 4bc904aee8..e496df6ecb 100644
--- a/spec/support/builders.rb
+++ b/spec/support/builders.rb
@@ -653,6 +653,7 @@ module Spec
`git add *`
`git config user.email "lol@wut.com"`
`git config user.name "lolwut"`
+ `git config commit.gpgsign false`
`git commit -m 'OMG INITIAL COMMIT'`
end
end