Skip to content

Use of Faker and stuff #35

@dbraga

Description

@dbraga

I saw you used the Faker gem in the .all of User.
I'm thinking it's a good idea to uniform it and i should use it also in group.
Do you think we should uniform also this behaviour ?

FAKE_GROUP_ID = "foo_id"
FAKE_GROUP_NAME = "foo_name"
FAKE_DESCRIPTION = "foo_description"
FAKE_EMAIL_PERMISSION = "Owner"
FAKE_MEMBER_ID = "foo_member"
FAKE_OWNER_ID = "foo_owner"

and then the use of this constants inside rspec methods? OR
if you don't like this way.. should i bring it back to the normal use like you did on User?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions