Class: Hanami::Minitest::Commands::Install Private
- Inherits:
-
CLI::Command
- Object
- CLI::Command
- Hanami::Minitest::Commands::Install
- Defined in:
- lib/hanami/minitest/commands.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #call ⇒ Object private
Instance Method Details
#call ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
10 11 12 13 14 15 16 17 18 19 20 21 |
# File 'lib/hanami/minitest/commands.rb', line 10 def call(*, **) append_gemfile append_gitignore copy_test_helper copy_support_minitest copy_support_db copy_support_features copy_support_operations copy_support_requests generate_request_test end |