From 031c530bbdc11b1e7bf8c5deec9730a7edd759f1 Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Tue, 20 Sep 2011 13:33:32 -0700 Subject: [PATCH] Fix rails_xss tests in test:rails_compatibility. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 0746b822..2d39f5fe 100644 --- a/Rakefile +++ b/Rakefile @@ -331,7 +331,7 @@ namespace :test do rails_versions.each {|version| test_rails_version version} puts "Checking out rails_xss. Please wait." - sh %{git clone git://github.com/NZKoz/rails_xss.git test/plugins/rails_xss} + sh %{git clone git://github.com/rails/rails_xss.git test/plugins/rails_xss} test_rails_version(rails_versions.find {|s| s =~ /^v2\.3/}) ensure `rm -rf test/rails`