Skip to content

Commit

Permalink
perf
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Oct 23, 2016
1 parent a1ae28b commit e8d1736
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public void shouldRenderAttributesUsingGlobalConfig() {
":source-highlighter: highlightjs" + newLine() +":toclevels: 3" + newLine() +":hardbreaks:" + newLine();


String document = Cukedoctor.instance(features, GlobalConfig.getInstance().getDocumentAttributes()).renderAttributes().
String document = Cukedoctor.instance(features, GlobalConfig.newInstance().getDocumentAttributes()).renderAttributes().
getDocumentation().toString();
assertEquals(expected, document);
}
Expand Down

0 comments on commit e8d1736

Please sign in to comment.