Class: AIRefactor::Refactors::Rspec::MinitestToRspec
- Inherits:
-
BaseRefactor
- Object
- BaseRefactor
- AIRefactor::Refactors::Rspec::MinitestToRspec
- 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
#run ⇒ Object
7 8 9 |
# File 'lib/ai_refactor/refactors/rspec/minitest_to_rspec.rb', line 7 def run raise "Not implemented" end |