rspec/rspec-rails

View on GitHub
lib/generators/rspec/request/request_generator.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'generators/rspec/integration/integration_generator'

module Rspec
  module Generators
    # @private
    class RequestGenerator < IntegrationGenerator
      source_paths << File.expand_path('../integration/templates', __dir__)
    end
  end
end