Skip to content

Commit

Permalink
test: do not screw up git config
Browse files Browse the repository at this point in the history
  • Loading branch information
3v0k4 committed Dec 5, 2024
1 parent b0e31a1 commit fa31ea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_e2e.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def test_e2e__it_prints_unused_gems
Dir.chdir(File.join(GEM_DIR, "myapp")) do
Open3.capture3("bundle config set --local path vendor") unless skip
Open3.capture3("bundle install") unless skip
Open3.capture3("git config --global user.email '[email protected]'")
Open3.capture3("git config --global user.name 'name'")
Open3.capture3("git config --local user.email '[email protected]'")
Open3.capture3("git config --local user.name 'name'")
Open3.capture3("git commit --all -m 'init'") unless skip
Open3.capture3("bundle add favicon_factory") unless skip
Open3.capture3("git commit --all -m 'add favicon_factory'") unless skip
Expand Down

0 comments on commit fa31ea0

Please sign in to comment.