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

Commit 5778abd

Browse files
committed
Fix typo: reponse -> response.
1 parent a36a133 commit 5778abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/expectation_framework_integration/aggregating_failures.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Feature: Aggregating Failures
3939
it "returns a successful response" do
4040
response = Client.make_request
4141
42-
aggregate_failures "testing reponse" do
42+
aggregate_failures "testing response" do
4343
expect(response.status).to eq(200)
4444
expect(response.headers).to include("Content-Type" => "application/json")
4545
expect(response.body).to eq('{"message":"Success"}')
@@ -55,7 +55,7 @@ Feature: Aggregating Failures
5555
1) Client returns a successful response
5656
Got 3 failures:
5757
58-
1.1) Got 3 failures from failure aggregation block "testing reponse".
58+
1.1) Got 3 failures from failure aggregation block "testing response".
5959
# ./spec/use_block_form_spec.rb:18:in `block (2 levels) in <top (required)>'
6060
# ./spec/use_block_form_spec.rb:10:in `block (2 levels) in <top (required)>'
6161

0 commit comments

Comments
 (0)