Class: Hanami::RSpec::Commands::Install Private

Inherits:
CLI::Command
  • Object
show all
Defined in:
lib/hanami/rspec/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



15
16
17
18
19
20
21
22
23
24
25
26
27
# File 'lib/hanami/rspec/commands.rb', line 15

def call(*, **)
  append_gemfile
  append_gitignore
  copy_dotrspec
  copy_spec_helper
  copy_support_rspec
  copy_support_db
  copy_support_features
  copy_support_operations
  copy_support_requests

  generate_request_spec
end