1. 26 Aug, 2020 1 commit
    • Thong Kuah's avatar
      Call some expensive function once at start of suite · 820c24ed
      Thong Kuah authored
      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
      820c24ed
  2. 25 Aug, 2020 39 commits