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:
parent
d5de94d6b7
commit
428c0bd4ba
1 changed files with 0 additions and 10 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue