@@ -71,7 +71,7 @@ Feature: Aggregating Failures
71
71
expected {"Content-Type" => "text/plain"} to include {"Content-Type" => "application/json"}
72
72
Diff:
73
73
@@ -1,2 +1,2 @@
74
- -[{ "Content-Type"=> "application/json"}]
74
+ -"Content-Type" => "application/json",
75
75
+"Content-Type" => "text/plain",
76
76
# ./spec/use_block_form_spec.rb:20
77
77
@@ -184,7 +184,7 @@ Feature: Aggregating Failures
184
184
expected {"Content-Type" => "text/plain"} to include {"Content-Type" => "application/json"}
185
185
Diff:
186
186
@@ -1,2 +1,2 @@
187
- -[{ "Content-Type"=> "application/json"}]
187
+ -"Content-Type" => "application/json",
188
188
+"Content-Type" => "text/plain",
189
189
# ./spec/enable_globally_spec.rb:14
190
190
@@ -240,15 +240,15 @@ Feature: Aggregating Failures
240
240
expected {"Content-Type" => "text/plain"} to include {"Content-Type" => "application/json"}
241
241
Diff:
242
242
@@ -1,2 +1,2 @@
243
- -[{ "Content-Type"=> "application/json"}]
243
+ -"Content-Type" => "application/json",
244
244
+"Content-Type" => "text/plain",
245
245
# ./spec/nested_failure_aggregation_spec.rb:10
246
246
247
247
1.2.2) Failure/Error: expect(response.headers).to include("Content-Length" => "21")
248
248
expected {"Content-Type" => "text/plain"} to include {"Content-Length" => "21"}
249
249
Diff:
250
250
@@ -1,2 +1,2 @@
251
- -[{ "Content-Length"=> "21"}]
251
+ -"Content-Length" => "21",
252
252
+"Content-Type" => "text/plain",
253
253
# ./spec/nested_failure_aggregation_spec.rb:11
254
254
@@ -338,7 +338,7 @@ Feature: Aggregating Failures
338
338
expected {"Content-Type" => "text/plain"} to include {"Content-Type" => "application/json"}
339
339
Diff:
340
340
@@ -1,2 +1,2 @@
341
- -[{ "Content-Type"=> "application/json"}]
341
+ -"Content-Type" => "application/json",
342
342
+"Content-Type" => "text/plain",
343
343
# ./spec/pending_spec.rb:9
344
344
0 commit comments