@ -22,7 +22,7 @@ class IntegratedClassLoader extends Specification {
def classes = loader.load()
then: "Checking that the test result is expected"
5 == classes.size()
11 == classes.size()
}
def "The classes must be represent the Test interface."() {
@ -19,7 +19,7 @@ class IntegratedNameClassLoader extends Specification {
def classNames = loader.load()
5 == classNames.size()
11 == classNames.size()