refactoring :user role factory usage in specs #27
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
needs specification
nice to have
question
ready to go
refactoring
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Foodsoft/foodsoft#27
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ad03cafa3b (r1010170661)
e.g. replace
let(:user) { create :user, groups: [create(:suppliers)] }
with
let(:user) { create :user, :role_suppliers] }