Skip to content

Commit 31b3054

Browse files
committed
Make content of automatic request spec almost empty
1 parent a00a396 commit 31b3054

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
RSpec.describe "<%= class_name.pluralize %>", <%= type_metatag(:request) %> do
44
describe "GET /<%= name.underscore.pluralize %>" do
55
it "works! (now write some real specs)" do
6-
get <%= index_helper %>_path
7-
expect(response).to have_http_status(200)
86
end
97
end
108
end

0 commit comments

Comments
 (0)