aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/rspec.rake
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2011-12-04 22:53:43 +0000
committerRobin Houston <robin.houston@gmail.com>2011-12-04 22:53:43 +0000
commit40f0d929727694eba21c934cb3732574cf84f6b6 (patch)
treef4995e43c897bda5a5d878dbdc6df3fb65eddf97 /lib/tasks/rspec.rake
parentfe6d2c7a1609d9088c136762d7d89f7dc01a21ea (diff)
parent00caf911d7b60cbd3dea0ec070321b5b6aa6a79d (diff)
Merge branch 'develop' of github.com:sebbacon/alaveteli into develop
Diffstat (limited to 'lib/tasks/rspec.rake')
-rw-r--r--lib/tasks/rspec.rake3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tasks/rspec.rake b/lib/tasks/rspec.rake
index 588c26378..4024a6a6d 100644
--- a/lib/tasks/rspec.rake
+++ b/lib/tasks/rspec.rake
@@ -53,7 +53,8 @@ end
task :default => :spec
task :stats => "spec:statsetup"
-task :spec => ['spec:commonlib']
+# XXX commonlib tests are not Ruby 1.9 compatible
+#task :spec => ['spec:commonlib']
task :test => ['spec']
task :cruise => ['spec']