summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorNuno Santos <nsantos@apache.org>2012-01-11 22:03:03 +0000
committerNuno Santos <nsantos@apache.org>2012-01-11 22:03:03 +0000
commit5aef5c7fb0f4e056b0811993f7ce84a5050ef302 (patch)
tree6df92350dbc4a6949fd119e2551cc2894181e69d /cpp
parent5e0d88fffe2ef0c08b6b6faa34e099924e38df83 (diff)
downloadqpid-python-5aef5c7fb0f4e056b0811993f7ce84a5050ef302.tar.gz
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
Diffstat (limited to 'cpp')
-rw-r--r--cpp/bindings/qpid/ruby/Rakefile2
1 files changed, 1 insertions, 1 deletions
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|