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