Removed bundle install from Rakefile for TeamCity

This commit is contained in:
Ben Passmore
2014-02-26 15:45:06 +10:00
parent 7639537d11
commit 52aacdde66

View File

@@ -46,7 +46,7 @@ task :msf => ["install", "msf_install"] do
end
task :install do
sh "export BEEF_TEST=true;bundle install"
sh "export BEEF_TEST=true"
end
################################