@Test
 public void shouldGetPostScore() throws Exception {
   String postScore = mPost.score + mContext.getResources().getString(R.string.story_points);
   assertEquals(mPostViewModel.getPostScore(), postScore);
 }