Author: Gunnar Wolf <gwolf@debian.org>
Last-Update: 2012-01-15
Forwarded: no (dead upstream)
Description: This test fails if a Rakefile does not exist - But it is
not provided! Skipping that validation.
Index: mongrel-1.1.5/test/test_command.rb
===================================================================
--- mongrel-1.1.5.orig/test/test_command.rb 2012-01-14 21:28:48.000000000 -0600
+++ mongrel-1.1.5/test/test_command.rb 2012-01-14 21:29:11.000000000 -0600
@@ -20,7 +20,7 @@
def validate
valid_dir? ".", "Can't validate current directory."
- valid_exists? "Rakefile", "Rakefile not there, test is invalid."
+# valid_exists? "Rakefile", "Rakefile not there, test is invalid."
if @test
valid_exist? "BADFILE", "Yeah, badfile"
valid_file? "BADFILE", "Not even a file"