Skip to content

Commit 4ea2141

Browse files
committed
todo list updated and added to solution.
1 parent 4195daa commit 4ea2141

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

FluentAssertionsMvc.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuspecs", "nuspecs", "{48A7
3030
src\FluentAssertions.Mvc4\FluentAssertions.Mvc4.nuspec = src\FluentAssertions.Mvc4\FluentAssertions.Mvc4.nuspec
3131
EndProjectSection
3232
EndProject
33+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0C48468D-7CDA-45C7-8B21-0669A567711B}"
34+
ProjectSection(SolutionItems) = preProject
35+
_todo_.txt = _todo_.txt
36+
EndProjectSection
37+
EndProject
3338
Global
3439
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3540
Debug|Any CPU = Debug|Any CPU

_todo_.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[ ] Change all dictionary asserts to us Subject.RouteValues.Should().Contain
66
[ ] FluentAssertions should *not* blow up if given null reasonArgs and a reason
77
[ ] Should because syntax in sample code
8-
[ ] XML comments every where
8+
[x] XML comments every where
99
[ ] Should assertions be more domain focused? i.e. routes.Should().MapTo()...
1010
[ ] Create RouteCollection.GenerateUrl(RouteValues)
1111
[ ] Need to test reason injection into fail messages

0 commit comments

Comments
 (0)