forked from jamesbroome/Machine.Specifications.Mvc
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathMachine.Specifications.Mvc.nuspec
More file actions
24 lines (24 loc) · 1.59 KB
/
Machine.Specifications.Mvc.nuspec
File metadata and controls
24 lines (24 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Machine.Specifications.Mvc4</id>
<title>Machine.Specifications.Mvc4</title>
<version>1.5.11.0</version>
<authors>James Broome, Joe Feser</authors>
<owners>James Broome</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Machine.Specifications.Mvc is a set of extensions for testing ASP.Net MVC specific types.
It aims to ease the testing of ActionResult objects returned from MVC Controllers by providing an Machine.Specifications (MSpec) BDD syntax over these types.</description>
<summary>Machine.Specifications.Mvc is a set of extensions for testing ASP.Net MVC specific types using Machine.Specifications (MSpec). (Debug)</summary>
<releaseNotes>Refactored "And" objects to a single generic object. Some return types in ActionResultExtensions (i.e. ViewResultAnd became ActionResultAnd<ViewResult>), so it could break someone's code if they wrote extension methods based on those return types.</releaseNotes>
<projectUrl>https://github.com/joefeser/Machine.Specifications.Mvc</projectUrl>
<dependencies>
<dependency id="Machine.Specifications" version="0.6.2" />
</dependencies>
<iconUrl>http://github.com/machine/machine.specifications/raw/master/Misc/Machine.Specifications-32x32.png</iconUrl>
<tags>MSpec test unit testing context specification bdd tdd</tags>
</metadata>
<files>
<file src="BuildOutput\bin\Machine.Specifications.Mvc.dll" target="lib" />
</files>
</package>