We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2957838 + 636e72a commit fe95eacCopy full SHA for fe95eac
lib/generators/rspec/scaffold/templates/request_spec.rb
@@ -54,7 +54,7 @@
54
end
55
56
describe "GET /edit" do
57
- it "render a successful response" do
+ it "renders a successful response" do
58
<%= file_name %> = <%= class_name %>.create! valid_attributes
59
get <%= edit_helper.tr('@','') %>
60
expect(response).to be_successful
0 commit comments