mrlegowatch / GarageStorageSwift

A Swift implementation of GarageStorage. Provides a convenient way to store any kind of data in a repository backed by Core Data.
MIT License
8 stars 1 forks source link

Fix Garage default init to support a garage name #30

Closed mrlegowatch closed 3 months ago

mrlegowatch commented 3 months ago

Fix the default initializer to require a garage name that is used instead of the default garage name. Add a testGarageName that is shared across the unit tests.