diff options
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/rspec.rake | 2 |
1 files changed, 0 insertions, 2 deletions
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'] |