Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
switch to sys_exec since that's what it's for
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Jun 15, 2011
1 parent d44306e commit abdf759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/other/gem_helper_spec.rb
Expand Up @@ -118,7 +118,7 @@ def mock_build_message
`git config user.name "name"`
`git remote add origin file://#{gem_repo1}`
`git commit -a -m "initial commit"`
Open3.popen3("git push origin master") # use popen3 to silence output...
sys_exec("git push origin master")
`git commit -a -m "another commit"`
}
@helper.release_gem
Expand Down

0 comments on commit abdf759

Please sign in to comment.