diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2009-10-15 00:29:21 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2009-10-15 00:29:21 -0700 |
commit | 428c0bd4bae229ea94d3c5f1ffae299fc4803cb4 (patch) | |
tree | 295196225e78142d8a96a6008d940cd66aa94ad6 /actionpack | |
parent | d5de94d6b73f4f73acacc79ba17ebf78a107834e (diff) | |
download | rails-428c0bd4bae229ea94d3c5f1ffae299fc4803cb4.tar.gz rails-428c0bd4bae229ea94d3c5f1ffae299fc4803cb4.tar.bz2 rails-428c0bd4bae229ea94d3c5f1ffae299fc4803cb4.zip |
Kill rake bundle
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/Rakefile | 10 |
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" |