summaryrefslogtreecommitdiff
path: root/cpp/bindings/qpid/ruby/features/creating_a_receiver.feature
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/bindings/qpid/ruby/features/creating_a_receiver.feature')
-rw-r--r--cpp/bindings/qpid/ruby/features/creating_a_receiver.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bindings/qpid/ruby/features/creating_a_receiver.feature b/cpp/bindings/qpid/ruby/features/creating_a_receiver.feature
index 1f758153af..def686f881 100644
--- a/cpp/bindings/qpid/ruby/features/creating_a_receiver.feature
+++ b/cpp/bindings/qpid/ruby/features/creating_a_receiver.feature
@@ -25,5 +25,5 @@ Feature: Creating a receiver
Scenario: Using an Address object
Given an open session
- And an Address with the name "create-receiver-test" and subject "foo" and option "create" set to "always" and "delete" set to "always"
+ And an Address with the string "create-receiver-test;{create:always}"
Then creating a receiver with an Address succeeds