Class: RSpec::Core::Invocations::InitializeProject

Inherits:
Object
  • Object
show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/invocations.rb

Instance Method Summary collapse

Instance Method Details

#call(*_args) ⇒ Object



7
8
9
10
11
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/invocations.rb', line 7

def call(*_args)
  RSpec::Support.require_rspec_core "project_initializer"
  ProjectInitializer.new.run
  0
end