aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2010-11-17 22:28:51 -0600
committerTerence Lee <hone02@gmail.com>2010-11-17 22:28:51 -0600
commitf86b60db2a709e57d092c732793b08c747692cd9 (patch)
treefcb8f656a5463aadf0ba064979181c82ec6534ab /Rakefile
parent8dc821fc9577fdb4602bc417f49066bae532ced4 (diff)
downloadbundler-f86b60db2a709e57d092c732793b08c747692cd9.tar.gz
Revert "run the suduo tests on the ci server"
Until we figure out how to fix sudo tests on Hudson This reverts commit 1970867001246de45f4cc9b886a8c63b8bae58a0.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 34a0b30d..cd9c7c50 100644
--- a/Rakefile
+++ b/Rakefile
@@ -24,7 +24,7 @@ begin
namespace :ci do
desc "Run specs with Hudson output"
RSpec::Core::RakeTask.new(:spec)
- task :spec => ["ci:setup:rspec", "man:build", "spec:set_sudo"]
+ task :spec => ["ci:setup:rspec", "man:build"]
end
rescue LoadError