Blog.Testes.Specs.Controller.CommentCreateSpec.CreatesComment C# (CSharp) Method

CreatesComment() private method

private CreatesComment ( ) : void
return void
        public void CreatesComment()
        {
            repository.Verify(r => r.Save(comment), Times.Once());
        }