summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
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|