예제 #1
0
 public void List() =>
 _client
 .GetAsync(Release.Definitions("manuel", "packer-tasks"))
 .ToEnumerable()
 .Should()
 .NotBeEmpty();