You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2012/05/20 10:57:06 UTC

svn commit: r1340646 - /buildr/trunk/rakelib/rspec.rake

Author: donaldp
Date: Sun May 20 08:57:06 2012
New Revision: 1340646

URL: http://svn.apache.org/viewvc?rev=1340646&view=rev
Log:
Add a task that runs the tests against all the rubies

Modified:
    buildr/trunk/rakelib/rspec.rake

Modified: buildr/trunk/rakelib/rspec.rake
URL: http://svn.apache.org/viewvc/buildr/trunk/rakelib/rspec.rake?rev=1340646&r1=1340645&r2=1340646&view=diff
==============================================================================
--- buildr/trunk/rakelib/rspec.rake (original)
+++ buildr/trunk/rakelib/rspec.rake Sun May 20 08:57:06 2012
@@ -96,6 +96,9 @@ begin
       puts "Running test suite using JRuby ..."
       rvm_run_in("jruby-1.6.7@buildr", "rake spec")
     end
+
+    desc "Run all specs across various rubies"
+    task :all => [:jruby, :ruby_1_8, :ruby_1_9]
   end
 
   task :clobber do