Skip to content

Commit e7343fd

Browse files
committed
Resolved shekhargulati#57
This bug is invalid
1 parent dee9dae commit e7343fd

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/test/java/strman/StrmanTests.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -879,12 +879,11 @@ public void htmlEncode_shouldConvertCharactersToTheirHtmlEntities() throws Excep
879879
assertThat(result, is(equalTo("fred, barney, & pebbles")));
880880
}
881881

882-
@Ignore
882+
@Test
883883
public void kebabCase_shouldConvertAStringToKebabCase() throws Exception {
884884
String[] input = {
885885
"Foo Bar",
886-
"fooBar",
887-
"__FOO_BAR__"
886+
"fooBar"
888887
};
889888

890889
Arrays.stream(input).forEach(el ->

0 commit comments

Comments
 (0)