Add `Project#add_[role]` methods
We do something like this hundreds of times throughout our specs: project.team << [user, :developer]
. It'd be a nicer interface if we could just say project.add_developer(user)
.
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
We do something like this hundreds of times throughout our specs: project.team << [user, :developer]
. It'd be a nicer interface if we could just say project.add_developer(user)
.