Update and rename ItemServiceTest.groovy to ItemServiceUnitTest.groovy
This commit is contained in:
parent
01ab66f84f
commit
24a3fa2ae7
|
@ -2,7 +2,7 @@ package mocks
|
|||
|
||||
import spock.lang.Specification
|
||||
|
||||
class ItemServiceTest extends Specification {
|
||||
class ItemServiceUnitTest extends Specification {
|
||||
|
||||
ItemProvider itemProvider
|
||||
ItemService itemService
|
Loading…
Reference in New Issue