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

fix crate_name #56

Merged
merged 2 commits into from
Jul 26, 2018
Merged

fix crate_name #56

merged 2 commits into from
Jul 26, 2018

Conversation

ashleygwilliams
Copy link
Collaborator

@ashleygwilliams ashleygwilliams commented Jul 26, 2018

fixes #41 and #34

@ashleygwilliams ashleygwilliams added this to the 0.2.0 milestone Jul 26, 2018
@ashleygwilliams ashleygwilliams changed the title [WIP] fix crate_name fix crate_name Jul 26, 2018
Copy link

@fitzgen fitzgen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!


assert!(
dir.read("foobar-project/main.rs")
.contains("foobar_project")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe assert that it also doesn't contain "foobar-project"?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh good call

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(i did that manually, so i don't know why i didn't think to add it. thank u!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

{{crate_name}} isn't being turned to snake_case
2 participants