rspec 3.2.0 → 3.3.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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/README.md +9 -22
- data/lib/rspec/version.rb +1 -1
- metadata +10 -10
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 507949e2e65e2e46861ae72fca26328e697ba8cb
|
|
4
|
+
data.tar.gz: 2901e9af0ba482bed8d77cdc37cc4b6323b77884
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c84251dc71ff257b735e9cd86eb042d6484d5cfad0125d1c51f33c44dfd0572ac7d71b69f34f4063cb3b86d833f526b36e4bb755e51ac757c481df24b2a20dbb
|
|
7
|
+
data.tar.gz: ae36ec99f31400173cf602d577e397b230d9ad0ca8df0004ae24479c84aab8bb694d07a8d4456ff5170502e919c94e29174a3df9bc84083abc61e63ab1ed389a
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/README.md
CHANGED
|
@@ -4,33 +4,20 @@ Behaviour Driven Development for Ruby
|
|
|
4
4
|
|
|
5
5
|
# Description
|
|
6
6
|
|
|
7
|
-
rspec is a meta-gem, which depends on the rspec-core, rspec-expectations
|
|
8
|
-
and rspec-mocks gems. Each of these can be installed separately and
|
|
9
|
-
isolation
|
|
7
|
+
rspec is a meta-gem, which depends on the [rspec-core](https://github.com/rspec/rspec-core), [rspec-expectations](https://github.com/rspec/rspec-expectations)
|
|
8
|
+
and [rspec-mocks](https://github.com/rspec/rspec-mocks) gems. Each of these can be installed separately and loaded in
|
|
9
|
+
isolation using `require`. Among other benefits, this allows you to use
|
|
10
10
|
rspec-expectations, for example, in Test::Unit::TestCase if you happen to
|
|
11
11
|
prefer that style.
|
|
12
12
|
|
|
13
13
|
Conversely, if you like RSpec's approach to declaring example groups and
|
|
14
14
|
examples (`describe` and `it`) but prefer Test::Unit assertions and mocha, rr
|
|
15
|
-
or flexmock for mocking, you'll be able to do that without having to load the
|
|
16
|
-
components of
|
|
15
|
+
or flexmock for mocking, you'll be able to do that without having to install or load the
|
|
16
|
+
components of RSpec that you're not using.
|
|
17
17
|
|
|
18
18
|
## Documentation
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
* [Cucumber features](http://relishapp.com/rspec/rspec-core)
|
|
23
|
-
* [RDoc](http://rubydoc.info/gems/rspec-core/frames)
|
|
24
|
-
|
|
25
|
-
### rspec-expectations
|
|
26
|
-
|
|
27
|
-
* [Cucumber features](http://relishapp.com/rspec/rspec-expectations)
|
|
28
|
-
* [RDoc](http://rubydoc.info/gems/rspec-expectations/frames)
|
|
29
|
-
|
|
30
|
-
### rspec-mocks
|
|
31
|
-
|
|
32
|
-
* [Cucumber features](http://relishapp.com/rspec/rspec-mocks)
|
|
33
|
-
* [RDoc](http://rubydoc.info/gems/rspec-mocks/frames)
|
|
20
|
+
See http://rspec.info/documentation/ for links to documentation for all gems.
|
|
34
21
|
|
|
35
22
|
## Install
|
|
36
23
|
|
|
@@ -42,6 +29,6 @@ components of rspec that you're not using.
|
|
|
42
29
|
|
|
43
30
|
## Also see
|
|
44
31
|
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
*
|
|
32
|
+
* <http://github.com/rspec/rspec-core>
|
|
33
|
+
* <http://github.com/rspec/rspec-expectations>
|
|
34
|
+
* <http://github.com/rspec/rspec-mocks>
|
data/lib/rspec/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steven Baker
|
|
@@ -45,7 +45,7 @@ cert_chain:
|
|
|
45
45
|
ZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ
|
|
46
46
|
F3MdtaDehhjC
|
|
47
47
|
-----END CERTIFICATE-----
|
|
48
|
-
date: 2015-
|
|
48
|
+
date: 2015-06-12 00:00:00.000000000 Z
|
|
49
49
|
dependencies:
|
|
50
50
|
- !ruby/object:Gem::Dependency
|
|
51
51
|
name: rspec-core
|
|
@@ -53,42 +53,42 @@ dependencies:
|
|
|
53
53
|
requirements:
|
|
54
54
|
- - "~>"
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
|
-
version: 3.
|
|
56
|
+
version: 3.3.0
|
|
57
57
|
type: :runtime
|
|
58
58
|
prerelease: false
|
|
59
59
|
version_requirements: !ruby/object:Gem::Requirement
|
|
60
60
|
requirements:
|
|
61
61
|
- - "~>"
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
|
-
version: 3.
|
|
63
|
+
version: 3.3.0
|
|
64
64
|
- !ruby/object:Gem::Dependency
|
|
65
65
|
name: rspec-expectations
|
|
66
66
|
requirement: !ruby/object:Gem::Requirement
|
|
67
67
|
requirements:
|
|
68
68
|
- - "~>"
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
|
-
version: 3.
|
|
70
|
+
version: 3.3.0
|
|
71
71
|
type: :runtime
|
|
72
72
|
prerelease: false
|
|
73
73
|
version_requirements: !ruby/object:Gem::Requirement
|
|
74
74
|
requirements:
|
|
75
75
|
- - "~>"
|
|
76
76
|
- !ruby/object:Gem::Version
|
|
77
|
-
version: 3.
|
|
77
|
+
version: 3.3.0
|
|
78
78
|
- !ruby/object:Gem::Dependency
|
|
79
79
|
name: rspec-mocks
|
|
80
80
|
requirement: !ruby/object:Gem::Requirement
|
|
81
81
|
requirements:
|
|
82
82
|
- - "~>"
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
|
-
version: 3.
|
|
84
|
+
version: 3.3.0
|
|
85
85
|
type: :runtime
|
|
86
86
|
prerelease: false
|
|
87
87
|
version_requirements: !ruby/object:Gem::Requirement
|
|
88
88
|
requirements:
|
|
89
89
|
- - "~>"
|
|
90
90
|
- !ruby/object:Gem::Version
|
|
91
|
-
version: 3.
|
|
91
|
+
version: 3.3.0
|
|
92
92
|
description: BDD for Ruby
|
|
93
93
|
email: rspec@googlegroups.com
|
|
94
94
|
executables: []
|
|
@@ -120,9 +120,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
120
120
|
- !ruby/object:Gem::Version
|
|
121
121
|
version: '0'
|
|
122
122
|
requirements: []
|
|
123
|
-
rubyforge_project:
|
|
123
|
+
rubyforge_project:
|
|
124
124
|
rubygems_version: 2.2.2
|
|
125
125
|
signing_key:
|
|
126
126
|
specification_version: 4
|
|
127
|
-
summary: rspec-3.
|
|
127
|
+
summary: rspec-3.3.0
|
|
128
128
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|