diff --git a/lib/generators/rspec/scaffold/templates/request_spec.rb b/lib/generators/rspec/scaffold/templates/request_spec.rb index 4ce344e76..8b70dd401 100644 --- a/lib/generators/rspec/scaffold/templates/request_spec.rb +++ b/lib/generators/rspec/scaffold/templates/request_spec.rb @@ -54,7 +54,7 @@ end describe "GET /edit" do - it "render a successful response" do + it "renders a successful response" do <%= file_name %> = <%= class_name %>.create! valid_attributes get <%= edit_helper.tr('@','') %> expect(response).to be_successful