Removed the dev/null output in the Rake Install task Issue #629

This commit is contained in:
Christian Frichot
2012-03-03 22:44:05 +08:00
parent 5c678a2550
commit 52d06e40a2

View File

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