fluentassertions 1.2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/MSTest2008/FluentAssertions.XML +545 -0
- data/lib/MSTest2008/FluentAssertions.dll +0 -0
- data/lib/MSTest2008/FluentAssertions.pdb +0 -0
- data/lib/MSTest2010/FluentAssertions.XML +545 -0
- data/lib/MSTest2010/FluentAssertions.dll +0 -0
- data/lib/MSTest2010/FluentAssertions.pdb +0 -0
- data/lib/NUnit/FluentAssertions.XML +545 -0
- data/lib/NUnit/FluentAssertions.dll +0 -0
- data/lib/NUnit/FluentAssertions.pdb +0 -0
- data/lib/Silverlight/FluentAssertions.Silverlight.XML +545 -0
- data/lib/Silverlight/FluentAssertions.Silverlight.dll +0 -0
- data/lib/Silverlight/FluentAssertions.Silverlight.pdb +0 -0
- data/lib/xUnit/FluentAssertions.dll +0 -0
- data/lib/xUnit/FluentAssertions.pdb +0 -0
- data/lib/xUnit/FluentAssertions.xml +545 -0
- metadata +83 -0
metadata
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: fluentassertions
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 71
|
|
5
|
+
prerelease: false
|
|
6
|
+
segments:
|
|
7
|
+
- 1
|
|
8
|
+
- 2
|
|
9
|
+
- 2
|
|
10
|
+
- 0
|
|
11
|
+
version: 1.2.2.0
|
|
12
|
+
platform: ruby
|
|
13
|
+
authors:
|
|
14
|
+
- Dennis Doomen
|
|
15
|
+
- Koen Willemse
|
|
16
|
+
autorequire:
|
|
17
|
+
bindir: bin
|
|
18
|
+
cert_chain: []
|
|
19
|
+
|
|
20
|
+
date: 2010-08-19 00:00:00 +02:00
|
|
21
|
+
default_executable:
|
|
22
|
+
dependencies: []
|
|
23
|
+
|
|
24
|
+
description: Fluent Assertions is a set of .NET extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style test.
|
|
25
|
+
email: fluentassertion at codeplex dot com
|
|
26
|
+
executables: []
|
|
27
|
+
|
|
28
|
+
extensions: []
|
|
29
|
+
|
|
30
|
+
extra_rdoc_files: []
|
|
31
|
+
|
|
32
|
+
files:
|
|
33
|
+
- lib/MSTest2008/FluentAssertions.dll
|
|
34
|
+
- lib/MSTest2008/FluentAssertions.pdb
|
|
35
|
+
- lib/MSTest2008/FluentAssertions.XML
|
|
36
|
+
- lib/MSTest2010/FluentAssertions.dll
|
|
37
|
+
- lib/MSTest2010/FluentAssertions.pdb
|
|
38
|
+
- lib/MSTest2010/FluentAssertions.XML
|
|
39
|
+
- lib/NUnit/FluentAssertions.dll
|
|
40
|
+
- lib/NUnit/FluentAssertions.pdb
|
|
41
|
+
- lib/NUnit/FluentAssertions.XML
|
|
42
|
+
- lib/Silverlight/FluentAssertions.Silverlight.dll
|
|
43
|
+
- lib/Silverlight/FluentAssertions.Silverlight.pdb
|
|
44
|
+
- lib/Silverlight/FluentAssertions.Silverlight.XML
|
|
45
|
+
- lib/xUnit/FluentAssertions.dll
|
|
46
|
+
- lib/xUnit/FluentAssertions.pdb
|
|
47
|
+
- lib/xUnit/FluentAssertions.xml
|
|
48
|
+
has_rdoc: true
|
|
49
|
+
homepage: http://fluentassertions.codeplex.com/
|
|
50
|
+
licenses: []
|
|
51
|
+
|
|
52
|
+
post_install_message:
|
|
53
|
+
rdoc_options: []
|
|
54
|
+
|
|
55
|
+
require_paths:
|
|
56
|
+
- lib
|
|
57
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
58
|
+
none: false
|
|
59
|
+
requirements:
|
|
60
|
+
- - ">="
|
|
61
|
+
- !ruby/object:Gem::Version
|
|
62
|
+
hash: 3
|
|
63
|
+
segments:
|
|
64
|
+
- 0
|
|
65
|
+
version: "0"
|
|
66
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
67
|
+
none: false
|
|
68
|
+
requirements:
|
|
69
|
+
- - ">="
|
|
70
|
+
- !ruby/object:Gem::Version
|
|
71
|
+
hash: 3
|
|
72
|
+
segments:
|
|
73
|
+
- 0
|
|
74
|
+
version: "0"
|
|
75
|
+
requirements: []
|
|
76
|
+
|
|
77
|
+
rubyforge_project: fluentassertions
|
|
78
|
+
rubygems_version: 1.3.7
|
|
79
|
+
signing_key:
|
|
80
|
+
specification_version: 3
|
|
81
|
+
summary: Fluent Assertions
|
|
82
|
+
test_files: []
|
|
83
|
+
|