rspeckled 0.0.27 → 0.0.28
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/lib/rspeckled/support.rb +4 -0
- data/lib/rspeckled/vcr_matchers/uri_without_trailing_id.rb +1 -1
- data/lib/rspeckled/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -3
- 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: d11ba4d72b2ca8a4552d1bc2f7bb892e78414285
|
|
4
|
+
data.tar.gz: 7b3e4544d1cc420aa40a01e5af710f5b9e611884
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 66357a9e5b13a14f3e847d213bfc98ee912224bb10ef180ba10e3749c5cd83199be2c8b50395a5e656f705a4e91d6a60b731a402043727dcd9873c8ba081dc4d
|
|
7
|
+
data.tar.gz: 949fad01c1eab0897ae0c16b3690c856d3df49211b985e2b79e92437ab80e439b6551ca443406523ef7b9a6a22b5ea75b545192998574a0ddce193eaa4718e6f
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/rspeckled/support.rb
CHANGED
|
@@ -86,6 +86,10 @@ RSpec.configure do |config|
|
|
|
86
86
|
# EXPECTATIONS
|
|
87
87
|
##############################################################################
|
|
88
88
|
|
|
89
|
+
config.define_derived_metadata do |metadata|
|
|
90
|
+
metadata[:aggregate_failures] = true
|
|
91
|
+
end
|
|
92
|
+
|
|
89
93
|
config.expect_with :rspec do |c|
|
|
90
94
|
c.syntax = :expect
|
|
91
95
|
c.include_chain_clauses_in_custom_matcher_descriptions = true
|
|
@@ -12,7 +12,7 @@ class UriWithoutTrailingId
|
|
|
12
12
|
request_uri = request.uri
|
|
13
13
|
vcr_cassette_request_uri = vcr_cassette_request.uri
|
|
14
14
|
|
|
15
|
-
if request_uri.match(trailing_id_matcher)
|
|
15
|
+
if request_uri.match?(trailing_id_matcher)
|
|
16
16
|
request_uri_without_id = request_uri.sub trailing_id_matcher, ''
|
|
17
17
|
vcr_cassette_request_uri_without_id = vcr_cassette_request_uri.sub trailing_id_matcher, ''
|
|
18
18
|
|
data/lib/rspeckled/version.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspeckled
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.28
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- thegranddesign
|
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
|
31
31
|
zRIv8lqQM8QFT76rzP5SBCERwN+ltKAFbQ5/FwmZNGWYnmCP3RZMQiRnbh+9H9lh
|
|
32
32
|
mlbwaYZTjgsXq6cy8N38EecewgBbZYS1IYJraE/M
|
|
33
33
|
-----END CERTIFICATE-----
|
|
34
|
-
date:
|
|
34
|
+
date: 2017-01-28 00:00:00.000000000 Z
|
|
35
35
|
dependencies:
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: rspec
|
|
@@ -189,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
189
189
|
version: '0'
|
|
190
190
|
requirements: []
|
|
191
191
|
rubyforge_project:
|
|
192
|
-
rubygems_version: 2.
|
|
192
|
+
rubygems_version: 2.6.8
|
|
193
193
|
signing_key:
|
|
194
194
|
specification_version: 4
|
|
195
195
|
summary: Stop Copying and Pasting Your RSpec Configuration
|
metadata.gz.sig
CHANGED
|
Binary file
|