This commit is contained in:
John Bintz 2013-02-21 16:18:25 -05:00
parent 9a759c12be
commit 4c637ec6d1
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class BintzIntegrationTestingSetup < Thor
Bundler.with_clean_env do
if File.file?('Gemfile.penchant') #=> using Penchant
append_file('Gemfile.penchant', gem_root.join('skel/Gemfile-additions').read)
system "penchent gemfile"
system "penchant gemfile remote"
else
append_file('Gemfile', gem_root.join('skel/Gemfile-additions').read)
system "bundle"