Adds a skeleton for an AlbumDescriptionCache

This commit is contained in:
2016-01-17 13:13:27 +01:00
parent b743fffb23
commit 105961a466
5 changed files with 33 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
package main
import . "gopkg.in/check.v1"
type AlbumDescriptionCacheSuite struct{}
var _ = Suite(&AlbumDescriptionCacheSuite{})
func (s *AlbumDescriptionCacheSuite) TestCanFetchCache(c *C) {
}