Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit fb6ee8f

Browse files
committed
Merge pull request #2249 from rspec/myron/fix-aggregating-failures-feature
Fix aggregating_failures.feature.
2 parents a99ff26 + 7b80f04 commit fb6ee8f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

features/expectation_framework_integration/aggregating_failures.feature

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Feature: Aggregating Failures
7171
expected {"Content-Type" => "text/plain"} to include {"Content-Type" => "application/json"}
7272
Diff:
7373
@@ -1,2 +1,2 @@
74-
-[{"Content-Type"=>"application/json"}]
74+
-"Content-Type" => "application/json",
7575
+"Content-Type" => "text/plain",
7676
# ./spec/use_block_form_spec.rb:20
7777
@@ -184,7 +184,7 @@ Feature: Aggregating Failures
184184
expected {"Content-Type" => "text/plain"} to include {"Content-Type" => "application/json"}
185185
Diff:
186186
@@ -1,2 +1,2 @@
187-
-[{"Content-Type"=>"application/json"}]
187+
-"Content-Type" => "application/json",
188188
+"Content-Type" => "text/plain",
189189
# ./spec/enable_globally_spec.rb:14
190190
@@ -240,15 +240,15 @@ Feature: Aggregating Failures
240240
expected {"Content-Type" => "text/plain"} to include {"Content-Type" => "application/json"}
241241
Diff:
242242
@@ -1,2 +1,2 @@
243-
-[{"Content-Type"=>"application/json"}]
243+
-"Content-Type" => "application/json",
244244
+"Content-Type" => "text/plain",
245245
# ./spec/nested_failure_aggregation_spec.rb:10
246246
247247
1.2.2) Failure/Error: expect(response.headers).to include("Content-Length" => "21")
248248
expected {"Content-Type" => "text/plain"} to include {"Content-Length" => "21"}
249249
Diff:
250250
@@ -1,2 +1,2 @@
251-
-[{"Content-Length"=>"21"}]
251+
-"Content-Length" => "21",
252252
+"Content-Type" => "text/plain",
253253
# ./spec/nested_failure_aggregation_spec.rb:11
254254
@@ -338,7 +338,7 @@ Feature: Aggregating Failures
338338
expected {"Content-Type" => "text/plain"} to include {"Content-Type" => "application/json"}
339339
Diff:
340340
@@ -1,2 +1,2 @@
341-
-[{"Content-Type"=>"application/json"}]
341+
-"Content-Type" => "application/json",
342342
+"Content-Type" => "text/plain",
343343
# ./spec/pending_spec.rb:9
344344

0 commit comments

Comments
 (0)