Class: AiRspecWriter::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/ai_rspec_writer/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#install_ai_rspec_writerObject



8
9
10
11
12
13
14
# File 'lib/generators/ai_rspec_writer/install_generator.rb', line 8

def install_ai_rspec_writer
  puts "\nšŸš€ Starting `ai_rspec_writer` setup...\n".yellow
  check_rspec_installed
  configure_spec_helper
  configure_rails_helper
  puts "\nāœ… `ai_rspec_writer` setup completed successfully!\n".green
end