Skip to content

Commit

Permalink
Fix typo: reponse -> response.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Jun 9, 2015
1 parent a36a133 commit 5778abd
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -39,7 +39,7 @@ Feature: Aggregating Failures
it "returns a successful response" do
response = Client.make_request
aggregate_failures "testing reponse" do
aggregate_failures "testing response" do
expect(response.status).to eq(200)
expect(response.headers).to include("Content-Type" => "application/json")
expect(response.body).to eq('{"message":"Success"}')
Expand All @@ -55,7 +55,7 @@ Feature: Aggregating Failures
1) Client returns a successful response
Got 3 failures:
1.1) Got 3 failures from failure aggregation block "testing reponse".
1.1) Got 3 failures from failure aggregation block "testing response".
# ./spec/use_block_form_spec.rb:18:in `block (2 levels) in <top (required)>'
# ./spec/use_block_form_spec.rb:10:in `block (2 levels) in <top (required)>'
Expand Down

0 comments on commit 5778abd

Please sign in to comment.