Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. test_with_better_department_name =
  2. prop "a department must have a short capitalized name" $ runS generators $ do
  3. setSmallCompany
  4. setDepartmentName
  5.  
  6. company <- forallS @Company
  7.  
  8. let Just d = head $ departments company
  9. (T.length (departmentName d) <= 5) === True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement