brine-dsl 0.12.1 → 0.12.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
- data/lib/brine/requesting.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6547eb5375f8ca7a1f1e4271d549a774795cd01e352b60fe47664bae58d23016
|
|
4
|
+
data.tar.gz: 788dc91739e0aa5b817bb2b27f20ef4bc2c0b682ed28990203da78c828dca615
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd148788775384bf9910258bbd50f1810cbf49231b21557d8dc499d0a5b831fbeff207554f27d36867ddb5c7c4edec32475573ee421a58302a76e3eafa871e54
|
|
7
|
+
data.tar.gz: 50c36921615a190f972ccfea5dc378c77de01ea8f7293de405090d62eccc16c9c062302b9e137fc00d7e69f218aa8dfa5e3adb56e839a7938c7c2e212f70946b
|
data/lib/brine/requesting.rb
CHANGED
|
@@ -177,7 +177,7 @@ require 'brine/transforming'
|
|
|
177
177
|
# @param input [String] Define the body contents to use in the request.
|
|
178
178
|
##
|
|
179
179
|
When('the request body is assigned:') do |input|
|
|
180
|
-
perform { set_request_body(input) }
|
|
180
|
+
perform { set_request_body(expand(input, binding)) }
|
|
181
181
|
end
|
|
182
182
|
|
|
183
183
|
##
|