Guest User

Untitled

a guest
Mar 8th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. Story: employee accrues 1 day per month
  2.  
  3. As an employee
  4. I want to accrue 1 day per month during my first year
  5. So that I can replenish my self
  6.  
  7. Scenario: accrual after one month
  8. Given an employee
  9. When employee has worked 1 month
  10. Then employee should accrue 1 day vacation time
  11.  
  12. Scenario: accrual after 2 months
  13. Given an employee
  14. When employee has worked 2 months
  15. Then employee should accrue 1 days vacation time
Add Comment
Please, Sign In to add comment