Skip to content

Commit

Permalink
fix class name
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerkovacs committed Sep 7, 2010
1 parent 886e410 commit b178289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ci/reporter/rspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class RSpec < Spec::Core::Formatters::BaseFormatter
attr_accessor :formatter
def initialize(*args)
super
@formatter ||= Spec::Core::Formatters::ProgressBarFormatter.new(*args)
@formatter ||= Spec::Core::Formatters::ProgressFormatter.new(*args)
@report_manager = ReportManager.new("spec")
@suite = nil
end
Expand Down

0 comments on commit b178289

Please sign in to comment.