Class: AIRefactor::Refactors::Rspec::MinitestToRspec

Inherits:
BaseRefactor
  • Object
show all
Defined in:
lib/ai_refactor/refactors/rspec/minitest_to_rspec.rb

Instance Attribute Summary

Attributes inherited from BaseRefactor

#ai_client, #failed_message, #input_content, #input_file, #logger, #options

Instance Method Summary collapse

Methods inherited from BaseRefactor

command_line_options, description, inherited, #initialize, refactor_name, takes_input_files?

Constructor Details

This class inherits a constructor from AIRefactor::Refactors::BaseRefactor

Instance Method Details

#runObject



7
8
9
# File 'lib/ai_refactor/refactors/rspec/minitest_to_rspec.rb', line 7

def run
  raise "Not implemented"
end