Class: RSpec::Core::Invocations::InitializeProject Private
Do not use. This class is for internal use only.
Relationships & Source Files | |
Inherits: | Object |
Defined in: | rspec-core/lib/rspec/core/invocations.rb |
Instance Method Summary
- #call(*_args) Internal use only
Instance Method Details
#call(*_args)
[ GitHub ]# File 'rspec-core/lib/rspec/core/invocations.rb', line 7
def call(*_args) RSpec::Support.require_rspec_core "project_initializer" ProjectInitializer.new.run 0 end