From 9bf976fdde55430d7941c82351a9b144b3eaf411 Mon Sep 17 00:00:00 2001 From: Dobromir Nikolov Date: Tue, 6 Aug 2019 13:18:30 +0300 Subject: [PATCH] Now checking whether the configuration folder is present. --- tests/DevAdventuresTests.fs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/DevAdventuresTests.fs b/tests/DevAdventuresTests.fs index 14c132e..6dfd95a 100644 --- a/tests/DevAdventuresTests.fs +++ b/tests/DevAdventuresTests.fs @@ -1,10 +1,7 @@ module Tests -open System open Xunit -open Program open System.IO -open UtilTypes open Argu open CLI open Types @@ -56,7 +53,8 @@ let ``Dev Adventures Project Setup`` () = "MyProject.Core"; "MyProject.Business"; "MyProject.Data"; - "MyProject.Data.EntityFramework";] + "MyProject.Data.EntityFramework"; + "configuration*"] |> shouldNotContainFolders ["toBeIgnored*"; "toBeAlsoIgnored*"]