bummer.
System.Configuration.ConfigurationErrorsException: Failed to detect the test framework. Make sure that the framework assembly is copied into the test run directory, or configure it explicitly in the <appSettings> section using key "FluentAssertions.TestFramework" and one of the supported frameworks: nunit, xunit, mstest, mspec
at FluentAssertions.Frameworks.AssertionHelper.FailWithIncorrectConfiguration() in c:\Workspaces\codeplex05\fluentassertions\Main\FluentAssertions.Net35\Frameworks\AssertionHelper.cs:line 69
at FluentAssertions.Frameworks.AssertionHelper.FindStrategy() in c:\Workspaces\codeplex05\fluentassertions\Main\FluentAssertions.Net35\Frameworks\AssertionHelper.cs:line 55
at FluentAssertions.Frameworks.AssertionHelper.get_TestFramework() in c:\Workspaces\codeplex05\fluentassertions\Main\FluentAssertions.Net35\Frameworks\AssertionHelper.cs:line 35
at FluentAssertions.Verification.FailWith(String failureMessage, Object[] failureArgs) in c:\Workspaces\codeplex05\fluentassertions\Main\FluentAssertions.Net35\Verification.cs:line 134
at FluentAssertions.Assertions.DateTimeAssertions.HaveDay(Int32 expected, String reason, Object[] reasonArgs) in c:\Workspaces\codeplex05\fluentassertions\Main\FluentAssertions.Net35\Assertions