We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1d80b commit 4b2435eCopy full SHA for 4b2435e
1 file changed
features/activity/feeds.feature
@@ -10,3 +10,13 @@ Feature: Feeds API
10
Then the response status should be 200
11
And the response type should be JSON
12
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