Class: Hanami::RSpec::Commands::Install Private
- Inherits:
-
CLI::Command
- Object
- CLI::Command
- Hanami::RSpec::Commands::Install
- 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.
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.
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 |