Skip to content

Commit fe95eac

Browse files
authored
Merge pull request #2490 from lmatiolis/lms/fix-render-typo
Fix "render" typo on request specs generated via scaffold
2 parents 2957838 + 636e72a commit fe95eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/rspec/scaffold/templates/request_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
end
5555
5656
describe "GET /edit" do
57-
it "render a successful response" do
57+
it "renders a successful response" do
5858
<%= file_name %> = <%= class_name %>.create! valid_attributes
5959
get <%= edit_helper.tr('@','') %>
6060
expect(response).to be_successful

0 commit comments

Comments
 (0)