Skip to content

Commit

Permalink
Merge pull request #958 from tesonep/issue/950
Browse files Browse the repository at this point in the history
issue/950
  • Loading branch information
guillep authored Aug 6, 2018
2 parents ecec358 + 35922fc commit 097f199
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ fromDictionary: aDictionary commitish: aCommitish
repository: aCommitish repository;
commitish: aCommitish;
properties: aDictionary;
ensureDefaultProperties;
yourself
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
initialization-release
ensureDefaultProperties

properties at: #format ifAbsentPut: [
self writerClass id
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tests
testPropertiesFileIsNotEmpty

| props |
props := STON fromStream: (self repository workingCopy fileSystem / '.properties') readStream.
self assert: (props includesKey: #format)



0 comments on commit 097f199

Please sign in to comment.