typo
This commit is contained in:
parent
9a759c12be
commit
4c637ec6d1
@ -21,7 +21,7 @@ class BintzIntegrationTestingSetup < Thor
|
|||||||
Bundler.with_clean_env do
|
Bundler.with_clean_env do
|
||||||
if File.file?('Gemfile.penchant') #=> using Penchant
|
if File.file?('Gemfile.penchant') #=> using Penchant
|
||||||
append_file('Gemfile.penchant', gem_root.join('skel/Gemfile-additions').read)
|
append_file('Gemfile.penchant', gem_root.join('skel/Gemfile-additions').read)
|
||||||
system "penchent gemfile"
|
system "penchant gemfile remote"
|
||||||
else
|
else
|
||||||
append_file('Gemfile', gem_root.join('skel/Gemfile-additions').read)
|
append_file('Gemfile', gem_root.join('skel/Gemfile-additions').read)
|
||||||
system "bundle"
|
system "bundle"
|
||||||
|
Loading…
Reference in New Issue
Block a user