We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00a396 commit 31b3054Copy full SHA for 31b3054
lib/generators/rspec/integration/templates/request_spec.rb
@@ -3,8 +3,6 @@
3
RSpec.describe "<%= class_name.pluralize %>", <%= type_metatag(:request) %> do
4
describe "GET /<%= name.underscore.pluralize %>" do
5
it "works! (now write some real specs)" do
6
- get <%= index_helper %>_path
7
- expect(response).to have_http_status(200)
8
end
9
10
0 commit comments