KCR33: builder: ReadmeWriterTest: outputProperties: make local
Fixes #33
This commit is contained in:
parent
b04d131245
commit
c4f302d9e5
1 changed files with 1 additions and 3 deletions
|
@ -27,8 +27,6 @@ public class ReadmeWriterTest {
|
|||
|
||||
private TemplateProperties templateProperties;
|
||||
|
||||
private OutputProperties outputProperties;
|
||||
|
||||
private RulesProperties rulesProperties;
|
||||
|
||||
@Mock
|
||||
|
@ -59,7 +57,7 @@ public class ReadmeWriterTest {
|
|||
templateProperties = new TemplateProperties();
|
||||
templateProperties.setReadmeTemplate(template);
|
||||
templateProperties.setReadmeFragments(fragments);
|
||||
outputProperties = new OutputProperties();
|
||||
final OutputProperties outputProperties = new OutputProperties();
|
||||
outputProperties.setReadme(readme);
|
||||
rulesProperties = new RulesProperties();
|
||||
readmeWriter =
|
||||
|
|
Loading…
Reference in a new issue