Merge pull request #8607 from Maiklins/BAEL-20596-fix-test-core-groovy

BAEL-20596 fix test core groovy
This commit is contained in:
Loredana Crusoveanu
2020-01-30 21:59:25 +02:00
committed by GitHub

View File

@@ -33,7 +33,6 @@ class ReadFileUnitTest extends Specification {
assert lines.size(), 3
}
@Ignore
def 'Should return file content in string using ReadFile.readFileString given filePath' () {
given:
def filePath = "src/main/resources/fileContent.txt"