rspeckled 0.0.27 → 0.0.28

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 29ccd828a44bbfda06b9450da198c07efd3a9573
4
- data.tar.gz: 884ebd2b26b8566ec45dcf59f050285128e4189a
3
+ metadata.gz: d11ba4d72b2ca8a4552d1bc2f7bb892e78414285
4
+ data.tar.gz: 7b3e4544d1cc420aa40a01e5af710f5b9e611884
5
5
  SHA512:
6
- metadata.gz: 7a337db436c3e0f249a987fad573f79cafbe0e92245c10c0808c45f9d258a8f58da0c30616f3c16500f7c68190d3333c3e592176e466a610e2a801b45c186281
7
- data.tar.gz: 1429678e2aeca86754ebd60ef4967b8ec3da1152fff77ab4163c5e382c0cb7508aafdab2f1eecd83eba3933b566086626d87f066004dfd1db1877db1587c1df7
6
+ metadata.gz: 66357a9e5b13a14f3e847d213bfc98ee912224bb10ef180ba10e3749c5cd83199be2c8b50395a5e656f705a4e91d6a60b731a402043727dcd9873c8ba081dc4d
7
+ data.tar.gz: 949fad01c1eab0897ae0c16b3690c856d3df49211b985e2b79e92437ab80e439b6551ca443406523ef7b9a6a22b5ea75b545192998574a0ddce193eaa4718e6f
checksums.yaml.gz.sig CHANGED
Binary file
@@ -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
 
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Rspeckled
3
- VERSION = '0.0.27'
3
+ VERSION = '0.0.28'
4
4
  end
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.27
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: 2016-12-31 00:00:00.000000000 Z
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.5.1
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