Enable more tests, we pass many of them. Woo!
This also improves failure reporting for specs tests.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user