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

Add User generator that accepts arguments #1729

Closed
wants to merge 5 commits into from
Closed

Add User generator that accepts arguments #1729

wants to merge 5 commits into from

Conversation

ashishra0
Copy link
Contributor

Issue #1671

Description:

Added a user class method to the Internet class which takes in multiple arguments that the Internet class already provides and returns a desired hash. For E.g.

user = Faker::Internet.user('name', 'email', password')
=> {'name' => 'John Doe', 'email' => 'fake_email@test.com', 'password' => 'pass123' }

@ashishra0 ashishra0 closed this Sep 6, 2019
@ashishra0 ashishra0 deleted the add-full-user-object branch September 6, 2019 04:55
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.

None yet

1 participant