Update and rename ItemServiceTest.groovy to ItemServiceUnitTest.groovy

This commit is contained in:
Loredana Crusoveanu
2019-03-03 09:16:10 +02:00
committed by GitHub
parent 01ab66f84f
commit 24a3fa2ae7

View File

@@ -2,7 +2,7 @@ package mocks
import spock.lang.Specification
class ItemServiceTest extends Specification {
class ItemServiceUnitTest extends Specification {
ItemProvider itemProvider
ItemService itemService