Skip to content

Commit

Permalink
Added coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
mtabacman committed Jan 31, 2024
1 parent 03ed73d commit 2638049
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 [

Expand Down

0 comments on commit 2638049

Please sign in to comment.