Last active
October 17, 2018 07:26
-
-
Save Zuchos/02da7103947e094bff79e27f4b93ab11 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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