class RSpec::Core::Invocations::InitializeProject
@private
Public Instance Methods
call(*_args)
click to toggle source
# File lib/rspec/core/invocations.rb, line 7 def call(*_args) RSpec::Support.require_rspec_core "project_initializer" ProjectInitializer.new.run 0 end