You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/swagger/docs.feature
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,15 @@ Feature: Documentation support
78
78
# Subcollection - check schema
79
79
And the JSON node "paths./related_dummies/{id}/related_to_dummy_friends.get.responses.200.schema.items.$ref" should be equal to "#/definitions/RelatedToDummyFriend-fakemanytomany"
80
80
81
+
# Deprecations
82
+
And the JSON node "paths./dummies.get.deprecated" should not exist
83
+
And the JSON node "paths./deprecated_resources.get.deprecated" should be true
84
+
And the JSON node "paths./deprecated_resources.post.deprecated" should be true
85
+
And the JSON node "paths./deprecated_resources/{id}.get.deprecated" should be true
86
+
And the JSON node "paths./deprecated_resources/{id}.delete.deprecated" should be true
87
+
And the JSON node "paths./deprecated_resources/{id}.put.deprecated" should be true
88
+
And the JSON node "paths./deprecated_resources/{id}.patch.deprecated" should be true
0 commit comments