workarea-commerce / workarea-api

Adds JSON REST APIs to the Workarea Commerce Platform
https://www.workarea.com
Other
7 stars 1 forks source link

Fix Docs Generator Task Name #13

Closed tubbo closed 4 years ago

tubbo commented 4 years ago

The task name workarea:api:generate_docs wasn't able to load the environment like the rest of the workarea:test tasks because it wasn't in the correct Rake namespace. This is due to a hack in core that configures the Rake environment such that custom Rake tasks for testing are possible. Change the task name to workarea:test:api_docs to take advantage of this hack so the tests will run properly.