Skip to content

Instantly share code, notes, and snippets.

@Zuchos
Last active October 17, 2018 07:26
Show Gist options
  • Save Zuchos/02da7103947e094bff79e27f4b93ab11 to your computer and use it in GitHub Desktop.
Save Zuchos/02da7103947e094bff79e27f4b93ab11 to your computer and use it in GitHub Desktop.
trait AcceptanceSpec
extends FlatSpecLike
with TestFutureHelpers
with ScalaFutures
with BeforeAndAfterAll
with OptionValues
with TryValues
with EitherValues
with Eventually
with Matchers
with ConfigSupport
with LazyLogging
with AbstractPatienceConfiguration
abstract class StoreAcceptanceSpec
extends TestKit(ActorSystem("StoreAcceptanceSpec"))
with AcceptanceSpec
with StoreModule
with StoreConfigSupport
with PaymentSupport
with EcommerceDomainGenerators
with UserHelpers
with ProductSupport
with ProductHelpers
with OrdersFixtures
with StockSupport
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment