Skip to content

Instantly share code, notes, and snippets.

@ihopeudie
Created October 30, 2018 12:54
Show Gist options
  • Save ihopeudie/0249033888caed29d4a06a01a38761cc to your computer and use it in GitHub Desktop.
Save ihopeudie/0249033888caed29d4a06a01a38761cc to your computer and use it in GitHub Desktop.
@Test
void shouldGetAllPostsFromUser() {
def foundPosts = user.posts
assertEquals([post1, post2, post3].collect { it.content }.sort(),
foundPosts.collect { it.content }.sort())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment