Skip to content

Commit 4b2435e

Browse files
committed
Add potential test.
1 parent ab1d80b commit 4b2435e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

features/activity/feeds.feature

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,13 @@ Feature: Feeds API
1010
Then the response status should be 200
1111
And the response type should be JSON
1212
And the response should not be empty
13+
14+
# Scenario: Get
15+
#
16+
# Given I want to get resource with the following arguments:
17+
# | name |
18+
# | timeline |
19+
# When I make request within a cassette named "activity/feeds/get_timeline"
20+
# Then the response status should be 200
21+
# And the response type should be JSON
22+
# And the response should not be empty

0 commit comments

Comments
 (0)