fluentassertions / fluentassertions.mvc

Fluent Assertions extensions for ASP.NET MVC
Microsoft Public License
35 stars 10 forks source link

Created MVC4 version. Closes #3. #7

Closed kevinkuszyk closed 11 years ago

kevinkuszyk commented 11 years ago

I've added an MVC4 project and tests, by linking the .cs files in the existing MVC3 project.

I also dropped the 3 from the namespace, so it is now just FluentAssertions.Mvc.

kevinkuszyk commented 11 years ago

Hi Casey,

Please disregard this pull request - I will send another one shortly with all my proposed changes for v0.1 nuget release.

Kevin.