Skip to content

Commit

Permalink
Merge pull request #2490 from lmatiolis/lms/fix-render-typo
Browse files Browse the repository at this point in the history
Fix "render" typo on request specs generated via scaffold
  • Loading branch information
pirj committed Apr 1, 2021
2 parents 2957838 + 636e72a commit fe95eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/rspec/scaffold/templates/request_spec.rb
Expand Up @@ -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
Expand Down

0 comments on commit fe95eac

Please sign in to comment.