Skip to content

Commit

Permalink
Explicitly require formatters for RSpec 2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Semyonov committed Oct 11, 2010
1 parent 7055458 commit a67d103
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ci/reporter/rspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
tried_gem = true
require 'rubygems'
gem 'rspec'
require 'rspec/core/formatters/base_formatter'
require 'rspec/core/formatters/progress_formatter'
retry
end
end
Expand Down

0 comments on commit a67d103

Please sign in to comment.