class RSpec::Core::Invocations::InitializeProject
@private
Public Instance Methods
# 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
@private
# 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