From 5aef5c7fb0f4e056b0811993f7ce84a5050ef302 Mon Sep 17 00:00:00 2001 From: Nuno Santos Date: Wed, 11 Jan 2012 22:03:03 +0000 Subject: QPID-3741: Fixed the test Rake target: it now calls the Rspec tests (applied patch from Darryl Pierce) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1230274 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/bindings/qpid/ruby/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') diff --git a/cpp/bindings/qpid/ruby/Rakefile b/cpp/bindings/qpid/ruby/Rakefile index e742324932..852264574b 100644 --- a/cpp/bindings/qpid/ruby/Rakefile +++ b/cpp/bindings/qpid/ruby/Rakefile @@ -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| -- cgit v1.2.1