summaryrefslogtreecommitdiff
path: root/qpid/cpp/bindings
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
commit3031a2c5f4b687d9fb04f06540afe1d157813be3 (patch)
treec1e7de36958373d16b26a7d70f570be1cb53ed75 /qpid/cpp/bindings
parentc36c51a2a563e7d164c31f681bc3c067b0a8c212 (diff)
downloadqpid-python-3031a2c5f4b687d9fb04f06540afe1d157813be3.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@1230274 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings')
-rw-r--r--qpid/cpp/bindings/qpid/ruby/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/bindings/qpid/ruby/Rakefile b/qpid/cpp/bindings/qpid/ruby/Rakefile
index e742324932..852264574b 100644
--- a/qpid/cpp/bindings/qpid/ruby/Rakefile
+++ b/qpid/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|