-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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?