File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
features/expectation_framework_integration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Feature: Aggregating Failures
39
39
it "returns a successful response" do
40
40
response = Client.make_request
41
41
42
- aggregate_failures "testing reponse " do
42
+ aggregate_failures "testing response " do
43
43
expect(response.status).to eq(200)
44
44
expect(response.headers).to include("Content-Type" => "application/json")
45
45
expect(response.body).to eq('{"message":"Success"}')
@@ -55,7 +55,7 @@ Feature: Aggregating Failures
55
55
1) Client returns a successful response
56
56
Got 3 failures:
57
57
58
- 1.1) Got 3 failures from failure aggregation block "testing reponse ".
58
+ 1.1) Got 3 failures from failure aggregation block "testing response ".
59
59
# ./spec/use_block_form_spec.rb:18:in `block (2 levels) in <top (required)>'
60
60
# ./spec/use_block_form_spec.rb:10:in `block (2 levels) in <top (required)>'
61
61
You can’t perform that action at this time.
0 commit comments