1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Kill rake bundle

This commit is contained in:
Jeremy Kemper 2009-10-15 00:29:21 -07:00
parent d5de94d6b7
commit 428c0bd4ba

View file

@ -19,16 +19,6 @@ RUBY_FORGE_USER = "webster132"
desc "Default Task"
task :default => :test
task :bundle do
puts "Checking if the bundled testing requirements are up to date..."
result = system "gem bundle"
unless result
puts "The gem bundler is not installed. Installing."
system "gem install bundler"
system "gem bundle"
end
end
# Run the unit tests
desc "Run all unit tests"