aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rakefile1
-rw-r--r--lib/tasks/rspec.rake2
2 files changed, 0 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index d4ebade51..eb9ec718b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -9,4 +9,3 @@ require 'rdoc/task'
require 'tasks/rails'
-Dir[File.join(File.dirname(__FILE__),'commonlib','rblib','tests','*.rake')].each { |file| load(file) }
diff --git a/lib/tasks/rspec.rake b/lib/tasks/rspec.rake
index b9b234b6a..d4fd4a9ff 100644
--- a/lib/tasks/rspec.rake
+++ b/lib/tasks/rspec.rake
@@ -55,8 +55,6 @@ end
task :default => :spec
task :stats => "spec:statsetup"
-# XXX commonlib tests are not Ruby 1.9 compatible
-#task :spec => ['spec:commonlib']
task :test => ['spec']
task :cruise => ['spec']