Skip to content

Commit 07887f8

Browse files
committed
Include ci/reporter so bin/rpsec works for me.
Fixes #4820
1 parent f241dd8 commit 07887f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/bootstrap/rspec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
require "rspec/core"
99
require "rspec"
10+
require 'ci/reporter/rake/rspec_loader'
1011

1112
status = RSpec::Core::Runner.run(ARGV.empty? ? ["spec"] : ARGV).to_i
1213
exit status if status != 0

0 commit comments

Comments
 (0)