From b32bc6e9d3bb6057e1cb9f1e37a2139332024f49 Mon Sep 17 00:00:00 2001 From: ByteBlast Date: Tue, 18 Nov 2014 10:51:14 +0000 Subject: [PATCH 1/6] Updated the .gitignore to accommodate for Visual Studio 2015. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c35faf5..1effeac 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ _ReSharper* */NhibernateProfiler*/tools packages /TestStack.FluentMVCTesting.Example/App_Data +/TestStack.FluentMVCTesting.sln.ide \ No newline at end of file From 85e274ac53bc8777df63a592f2a46d9b3dfcd39a Mon Sep 17 00:00:00 2001 From: ByteBlast Date: Tue, 18 Nov 2014 11:14:39 +0000 Subject: [PATCH 2/6] Updated the test project to accommodate NUnit. Resharper does not work with Visual Studio 2015 Preview on Windows 10 at the moment. This is the best I can do on my machine. You should still be able to use other test runners. We can delete this commit later on. --- .../TestStack.FluentMVCTesting.Sample.Tests.csproj | 3 +++ .../TestStack.FluentMVCTesting.Mvc3.Tests.csproj | 3 +++ .../TestStack.FluentMVCTesting.Mvc4.Tests.csproj | 3 +++ .../TestStack.FluentMVCTesting.Tests.csproj | 3 +++ 4 files changed, 12 insertions(+) diff --git a/Samples/TestStack.FluentMVCTesting.Sample.Tests/TestStack.FluentMVCTesting.Sample.Tests.csproj b/Samples/TestStack.FluentMVCTesting.Sample.Tests/TestStack.FluentMVCTesting.Sample.Tests.csproj index 3f1a983..f0552dc 100644 --- a/Samples/TestStack.FluentMVCTesting.Sample.Tests/TestStack.FluentMVCTesting.Sample.Tests.csproj +++ b/Samples/TestStack.FluentMVCTesting.Sample.Tests/TestStack.FluentMVCTesting.Sample.Tests.csproj @@ -96,6 +96,9 @@ TestStack.FluentMVCTesting.Sample + + +