Guest User

Untitled

a guest
Dec 5th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. class When_Trying_To_Create_User : XCTestCase {
  2.  
  3. func test_should_create_user_successfully() {
  4.  
  5. let user = User(username: "johndoe", password: "password")
  6. XCTAssertNotNil(user)
  7. }
  8. }
Add Comment
Please, Sign In to add comment