Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change route naming convention in all tests #53

Closed
kahmali opened this issue May 2, 2015 · 1 comment
Closed

Change route naming convention in all tests #53

kahmali opened this issue May 2, 2015 · 1 comment

Comments

@kahmali
Copy link
Owner

kahmali commented May 2, 2015

Route paths are now case sensitive, as they should be. Use hyphenated, lowercase names for route paths, to conform to better practices. So api/some-long-route-name instead of api/someLongRouteName.

@kahmali kahmali added this to the v0.7.0 milestone May 2, 2015
kahmali added a commit that referenced this issue May 5, 2015
- Resolve Issue #53:
  - Use lowercase, hyphenated names for route paths, to conform to
    better practices. So `api/some-long-route-name` instead of
    `api/someLongRouteName`.
@kahmali
Copy link
Owner Author

kahmali commented May 5, 2015

Resolved in 347149a.

@kahmali kahmali closed this as completed May 5, 2015
kahmali added a commit that referenced this issue Jun 21, 2015
- Resolve Issue #53:
  - Use lowercase, hyphenated names for route paths, to conform to
    better practices. So `api/some-long-route-name` instead of
    `api/someLongRouteName`.
kahmali added a commit that referenced this issue Jul 2, 2015
- Resolve Issue #53:
  - Use lowercase, hyphenated names for route paths, to conform to
    better practices. So `api/some-long-route-name` instead of
    `api/someLongRouteName`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant