-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
fix crate_name #56
Conversation
791623a
to
d6a985a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
tests/integration/basics.rs
Outdated
|
||
assert!( | ||
dir.read("foobar-project/main.rs") | ||
.contains("foobar_project") |
There was a problem hiding this comment.
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"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh good call
There was a problem hiding this comment.
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!)
d6a985a
to
1ccbf57
Compare
1ccbf57
to
d4cec7c
Compare
fixes #41 and #34