rspec-expectations 2.0.0.beta.1 → 2.0.0.beta.2
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/VERSION +1 -1
- data/spec/rspec/matchers/have_spec.rb +1 -1
- metadata +9 -9
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.0.0.beta.
|
|
1
|
+
2.0.0.beta.2
|
|
@@ -370,7 +370,7 @@ module Rspec
|
|
|
370
370
|
end
|
|
371
371
|
|
|
372
372
|
it "should not respond_to? method_missing (because it's private)" do
|
|
373
|
-
formatter =
|
|
373
|
+
formatter = described_class.new({ }, StringIO.new)
|
|
374
374
|
formatter.should_not respond_to(:method_missing)
|
|
375
375
|
end
|
|
376
376
|
|
metadata
CHANGED
|
@@ -7,8 +7,8 @@ version: !ruby/object:Gem::Version
|
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
9
|
- beta
|
|
10
|
-
-
|
|
11
|
-
version: 2.0.0.beta.
|
|
10
|
+
- 2
|
|
11
|
+
version: 2.0.0.beta.2
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- David Chelimsky
|
|
@@ -17,7 +17,7 @@ autorequire:
|
|
|
17
17
|
bindir: bin
|
|
18
18
|
cert_chain: []
|
|
19
19
|
|
|
20
|
-
date: 2010-03-
|
|
20
|
+
date: 2010-03-04 00:00:00 -06:00
|
|
21
21
|
default_executable:
|
|
22
22
|
dependencies:
|
|
23
23
|
- !ruby/object:Gem::Dependency
|
|
@@ -60,8 +60,8 @@ dependencies:
|
|
|
60
60
|
- 0
|
|
61
61
|
- 0
|
|
62
62
|
- beta
|
|
63
|
-
-
|
|
64
|
-
version: 2.0.0.beta.
|
|
63
|
+
- 2
|
|
64
|
+
version: 2.0.0.beta.2
|
|
65
65
|
type: :development
|
|
66
66
|
version_requirements: *id003
|
|
67
67
|
- !ruby/object:Gem::Dependency
|
|
@@ -76,8 +76,8 @@ dependencies:
|
|
|
76
76
|
- 0
|
|
77
77
|
- 0
|
|
78
78
|
- beta
|
|
79
|
-
-
|
|
80
|
-
version: 2.0.0.beta.
|
|
79
|
+
- 2
|
|
80
|
+
version: 2.0.0.beta.2
|
|
81
81
|
type: :development
|
|
82
82
|
version_requirements: *id004
|
|
83
83
|
description: rspec expectations (should[_not] and matchers)
|
|
@@ -176,7 +176,7 @@ licenses: []
|
|
|
176
176
|
post_install_message: |
|
|
177
177
|
**************************************************
|
|
178
178
|
|
|
179
|
-
Thank you for installing rspec-expectations-2.0.0.beta.
|
|
179
|
+
Thank you for installing rspec-expectations-2.0.0.beta.2
|
|
180
180
|
|
|
181
181
|
This is beta software. If you are looking
|
|
182
182
|
for a supported production release, please
|
|
@@ -210,7 +210,7 @@ rubyforge_project: rspec
|
|
|
210
210
|
rubygems_version: 1.3.6
|
|
211
211
|
signing_key:
|
|
212
212
|
specification_version: 3
|
|
213
|
-
summary: rspec-expectations-2.0.0.beta.
|
|
213
|
+
summary: rspec-expectations-2.0.0.beta.2
|
|
214
214
|
test_files:
|
|
215
215
|
- spec/rspec/expectations/differs/default_spec.rb
|
|
216
216
|
- spec/rspec/expectations/extensions/kernel_spec.rb
|