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
Scenario: Generate apidoc compliant file
Given: A model name User;
When: generateApiDoc() invoked from cli
Then: It should generate needed file user.apidoc.json containing api definition
The text was updated successfully, but these errors were encountered:
Feature: API Documentation
Scenario: Generate apidoc compliant file
Given: A model name
User
;When:
generateApiDoc()
invoked from cliThen: It should generate needed file
user.apidoc.json
containing api definitionThe text was updated successfully, but these errors were encountered: