Skip to content

Commit

Permalink
Make content of automatic request spec almost empty
Browse files Browse the repository at this point in the history
  • Loading branch information
klyonrad committed Dec 7, 2019
1 parent a00a396 commit e322e49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/generators/rspec/controller/templates/request_spec.rb
Expand Up @@ -3,8 +3,6 @@
RSpec.describe "<%= class_name.pluralize %>", <%= type_metatag(:request) %> do
describe "GET /<%= name.underscore.pluralize %>" do
it "works! (now write some real specs)" do
get <%= index_helper %>_path
expect(response).to have_http_status(200)
end
end
end

0 comments on commit e322e49

Please sign in to comment.