Exemplo n.º 1
0
        public async Task Listing_Spaces_When_None_Exist_Returns_Empty_Collection()
        {
            SpacesCollection spaces = await _repository.All();

            Assert.Empty(spaces.GetSpaceNames());
        }