Class: Hanami::Minitest::Commands::Install Private

Inherits:
CLI::Command
  • Object
show all
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.

Since:

  • 2.0.0

Instance Method Summary collapse

Instance Method Details

#callObject

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.

Since:

  • 2.0.0



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