Skip to content

Commit

Permalink
Kill rake bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Oct 15, 2009
1 parent d5de94d commit 428c0bd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions actionpack/Rakefile
Expand Up @@ -19,16 +19,6 @@ RUBY_FORGE_USER = "webster132"
desc "Default Task" desc "Default Task"
task :default => :test 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 # Run the unit tests


desc "Run all unit tests" desc "Run all unit tests"
Expand Down

0 comments on commit 428c0bd

Please sign in to comment.