diff --git a/lib/bootstrap/rspec.rb b/lib/bootstrap/rspec.rb index f32057c7f..4c95f3bfc 100755 --- a/lib/bootstrap/rspec.rb +++ b/lib/bootstrap/rspec.rb @@ -7,6 +7,7 @@ $LOAD_PATH.unshift(File.join(LogStash::Environment::LOGSTASH_CORE, "spec")) require "rspec/core" require "rspec" +require 'ci/reporter/rake/rspec_loader' status = RSpec::Core::Runner.run(ARGV.empty? ? ["spec"] : ARGV).to_i exit status if status != 0