aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-10-15 00:29:21 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-10-15 00:29:21 -0700
commit428c0bd4bae229ea94d3c5f1ffae299fc4803cb4 (patch)
tree295196225e78142d8a96a6008d940cd66aa94ad6 /actionpack/Rakefile
parentd5de94d6b73f4f73acacc79ba17ebf78a107834e (diff)
downloadrails-428c0bd4bae229ea94d3c5f1ffae299fc4803cb4.tar.gz
rails-428c0bd4bae229ea94d3c5f1ffae299fc4803cb4.tar.bz2
rails-428c0bd4bae229ea94d3c5f1ffae299fc4803cb4.zip
Kill rake bundle
Diffstat (limited to 'actionpack/Rakefile')
-rw-r--r--actionpack/Rakefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index e186037aeb..157e3efd3c 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -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"