-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Add Faker::GratefulDead #1315
Add Faker::GratefulDead #1315
Conversation
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.
There is an issue. Please take a look at my comments.
You should also update our README.md
.
The structure looks fine 👍
test/test_faker_grateful_dead.rb
Outdated
@@ -0,0 +1,15 @@ | |||
# frozen_string_literal: truer |
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.
It should be true
instead of truer
.
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 fixed this issue for you and updated the changelog.
# frozen_string_literal: true | ||
|
||
require_relative 'test_helper' | ||
|
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.
You should declare a class
above the methods.
It should be something like class TestFakerGratefulDead < Test::Unit::TestCase
.
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.
Please fix this and make the tests pass.
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.
made the fixes and all tests passing. Thank you!
@wileybaba just a heads up: I'm adding a namespace for your GratefulDead in this PR #1401. Since we haven't released this object yet, we don't need to deprecate it. Thanks 👍 |
* grateful_dread * Update CHANGELOG.md * Update test_faker_grateful_dead.rb * Update test_faker_grateful_dead.rb * added class above methods in Faker::GratefulDead * minor adjustment to yml file margins
Added simple functionality to pump out a couple dead tunes and players.