Adapters tests renamed from *Test to *Spec
This commit is contained in:
@@ -12,7 +12,7 @@ import static DeliveryPlannerDefinition.of
|
||||
import static io.dddbyexamples.factory.demand.forecasting.Demand.Schema.*
|
||||
|
||||
@SpringBootTest
|
||||
class DeliveryPlannerDefinitionTest extends Specification {
|
||||
class DeliveryPlannerDefinitionSpec extends Specification {
|
||||
|
||||
@Autowired
|
||||
DeliveryPlannerDefinitionDao dao
|
||||
@@ -19,7 +19,7 @@ import java.time.ZoneId
|
||||
@SpringBootTest
|
||||
@Transactional
|
||||
@Commit
|
||||
class ProductDemandORMRepositoryTest extends Specification {
|
||||
class ProductDemandORMRepositorySpec extends Specification {
|
||||
|
||||
def clock = Clock.fixed(Instant.now(), ZoneId.systemDefault())
|
||||
def events = Mock(DemandEvents)
|
||||
Reference in New Issue
Block a user