rspeckled 1.1.1 → 1.1.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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/rspeckled/plugins.rb +5 -4
- data/lib/rspeckled/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e1e92b9ebb7465445ccdbc782af1c83f854e15e3f34e50d78f884cb857da4cbf
|
|
4
|
+
data.tar.gz: 99e454f9fdcf1257dd657bd4e9cec19626cf1b8872663db53d93408898fdbf2f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5cba416580660f9791502e80606e99b1fab971827906981703f14a8d01431d99baa6608507c1a5b62ce2330f8d8f46fd6e8d4cb50f029e3ef8edfb03079fc51
|
|
7
|
+
data.tar.gz: d13a7c697bdd2bd22118ecda0c2bc17dc6b18a727dad26ac5d23c0b0fc6ae355a7665a59bac81aa004b8b12320e0e2b46137abfd283371bad366c51d4e12cf34
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/rspeckled/plugins.rb
CHANGED
|
@@ -28,7 +28,6 @@ require 'rspeckled/plugins/configuration/selenium_webdriver' if defined?(::Sele
|
|
|
28
28
|
require 'rspeckled/plugins/configuration/shoulda' if defined?(::Shoulda::Matchers)
|
|
29
29
|
require 'rspeckled/plugins/configuration/sidekiq' if defined?(::Sidekiq)
|
|
30
30
|
require 'rspeckled/plugins/configuration/test_after_commit' if defined?(::TestAfterCommit)
|
|
31
|
-
require 'rspeckled/plugins/configuration/vcr' if defined?(::VCR)
|
|
32
31
|
require 'rspeckled/plugins/configuration/warden' if defined?(::Warden)
|
|
33
32
|
require 'rspeckled/plugins/configuration/webmock' if defined?(::WebMock)
|
|
34
33
|
require 'rspeckled/plugins/configuration/wisper' if defined?(::Wisper)
|
|
@@ -92,9 +91,6 @@ require 'rspeckled/plugins/extensions/omniauth' if defined?(::Omni
|
|
|
92
91
|
# Setup for APIs by Always Allowing 'id' and Fail Fast By Raising on Unpermitted Parameters
|
|
93
92
|
require 'rspeckled/plugins/extensions/strong_parameters' if defined?(::ActionController::Parameters)
|
|
94
93
|
|
|
95
|
-
# Register Matchers Which Ignore Trailing UUID/GUIDs in URLs
|
|
96
|
-
require 'rspeckled/plugins/extensions/vcr' if defined?(::VCR)
|
|
97
|
-
|
|
98
94
|
################################################################################
|
|
99
95
|
# Automatic Gem Requirements
|
|
100
96
|
#
|
|
@@ -113,5 +109,10 @@ RSpec.configure do |config|
|
|
|
113
109
|
|
|
114
110
|
config.when_first_matching_example_defined(:vcr) do
|
|
115
111
|
require 'vcr'
|
|
112
|
+
|
|
113
|
+
require 'rspeckled/plugins/configuration/vcr'
|
|
114
|
+
|
|
115
|
+
# Register Matchers Which Ignore Trailing UUID/GUIDs in URLs
|
|
116
|
+
require 'rspeckled/plugins/extensions/vcr'
|
|
116
117
|
end
|
|
117
118
|
end
|
data/lib/rspeckled/version.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
metadata.gz.sig
CHANGED
|
Binary file
|