Enable more tests, we pass many of them. Woo!

This also improves failure reporting for specs tests.
This commit is contained in:
Michael Bayne
2014-12-16 09:45:06 -08:00
parent 79c7fd2cb0
commit 6e53f924ba
2 changed files with 16 additions and 9 deletions
@@ -52,10 +52,10 @@ public class SpecRunner extends BlockJUnit4ClassRunner
private List<FrameworkMethod> computeTests () throws InitializationError {
String[] groups = new String[] {
// "comments",
// "delimiters",
"delimiters",
"interpolation",
// "inverted",
// "sections",
"inverted",
"sections",
// "partials"
};
Method m = getTestClassMethod("test", Spec.class);