diff options
-rw-r--r-- | spec/bundler/gem_helper_spec.rb | 1 | ||||
-rw-r--r-- | spec/support/builders.rb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/spec/bundler/gem_helper_spec.rb b/spec/bundler/gem_helper_spec.rb index c36204c542..bd7cdc170a 100644 --- a/spec/bundler/gem_helper_spec.rb +++ b/spec/bundler/gem_helper_spec.rb @@ -197,6 +197,7 @@ RSpec.describe Bundler::GemHelper do `git init` `git config user.email "you@example.com"` `git config user.name "name"` + `git config commit.gpgsign false` `git config push.default simple` end 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 |