class Rspec::Generators::IntegrationGenerator

def create_integration_file

def create_integration_file
  template 'request_spec.rb',
           File.join('spec/requests', class_path, "#{table_name}_spec.rb")
end