Author: nsantos Date: Wed Jan 11 22:03:03 2012 New Revision: 1230274 URL: http://svn.apache.org/viewvc?rev=1230274&view=rev Log: QPID-3741: Fixed the test Rake target: it now calls the Rspec tests (applied patch from Darryl Pierce)
Modified: qpid/trunk/qpid/cpp/bindings/qpid/ruby/Rakefile Modified: qpid/trunk/qpid/cpp/bindings/qpid/ruby/Rakefile URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/qpid/ruby/Rakefile?rev=1230274&r1=1230273&r2=1230274&view=diff ============================================================================== --- qpid/trunk/qpid/cpp/bindings/qpid/ruby/Rakefile (original) +++ qpid/trunk/qpid/cpp/bindings/qpid/ruby/Rakefile Wed Jan 11 22:03:03 2012 @@ -72,7 +72,7 @@ namespace :test do end desc "Run all tests (default)." - task :all => [:units, :integrations] + task :all => [:spec, :integrations] desc "Run unit tests." Rake::TestTask.new(:units) do |t| --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org