Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-adapter-testsuite
Commits
06cefe4e
Unverified
Commit
06cefe4e
authored
2 years ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
fix: correct typos in scenario names
parent
66f7e6f1
This commit is part of merge request
!5
. Comments created here will be created in the context of that merge request.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
features/adapter_poll.feature
features/adapter_poll.feature
+3
-3
No files found.
features/adapter_poll.feature
Edit
View file @
06cefe4e
...
...
@@ -5,7 +5,7 @@
Feature
:
Can the adapter receive messages?
The adapter poll method works as expected
Scenario
:
No messages are received succe
c
ssfully if the queue is empty
Scenario
:
No messages are received successfully if the queue is empty
Given valid config
When the adapter instance is created
When the auth method is called
...
...
@@ -13,7 +13,7 @@ Feature: Can the adapter receive messages?
When the poll method is called
Then a successful response is returned with 0 messages
Scenario
:
2 messages are received succe
c
ssfully if the queue contains 2 messages
Scenario
:
2 messages are received successfully if the queue contains 2 messages
Given valid config
When the adapter instance is created
When the auth method is called
...
...
@@ -23,7 +23,7 @@ Feature: Can the adapter receive messages?
Then the protocol "validate" method is called 2 times
Then the protocol "decode" method is called 2 times
Scenario
:
10 messages are received succe
c
ssfully if the queue contains 10 messages
Scenario
:
10 messages are received successfully if the queue contains 10 messages
Given valid config
When the adapter instance is created
When the auth method is called
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment