Call some expensive function once at start of suite
Rather than calling the function before every example, we use before_all to call the function only once (per suite). This functions are expensive because they add multiple users, corresponding project member DB records and also generate new team member emails: - build_team - build_group - add_users
Showing
Please register or sign in to comment