diff --git a/source/Sagan-Kepler-Tests/InMemoryRepositoryProviderModuleTest.class.st b/source/Sagan-Kepler-Tests/InMemoryRepositoryProviderModuleTest.class.st index a7b6b05..39a5d8e 100644 --- a/source/Sagan-Kepler-Tests/InMemoryRepositoryProviderModuleTest.class.st +++ b/source/Sagan-Kepler-Tests/InMemoryRepositoryProviderModuleTest.class.st @@ -14,6 +14,18 @@ InMemoryRepositoryProviderModuleTest >> repositoryIn: aUserStory [ checkingConflictsAccordingTo: DoNotCheckForConflictsStrategy new ] +{ #category : 'tests' } +InMemoryRepositoryProviderModuleTest >> testAccessing [ + + | module | + + module := InMemoryRepositoryProviderModule toInstallOn: 'a system'. + self + assert: module name equals: 'In Memory Repository Provider'; + assert: module rootSystem equals: 'a system'; + assertCollection: module systemInterfacesToInstall equals: #( #RepositoryProviderSystem ) +] + { #category : 'tests' } InMemoryRepositoryProviderModuleTest >> testInstallation [