Skip to content

Commit

Permalink
#188 add support for TeamCity's RSpec formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
mackinleysmith authored and mattheworiordan committed Jul 28, 2017
1 parent bf95f39 commit b2a253b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/capybara-screenshot/rspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ module RSpec
"RSpec::Core::Formatters::JsonFormatter" => Capybara::Screenshot::RSpec::JsonReporter,
"RSpec::Core::Formatters::TextMateFormatter" => Capybara::Screenshot::RSpec::TextMateLinkReporter, # RSpec 2
"RSpec::Mate::Formatters::TextMateFormatter" => Capybara::Screenshot::RSpec::TextMateLinkReporter, # RSpec 3
"Fuubar" => Capybara::Screenshot::RSpec::TextReporter
"Fuubar" => Capybara::Screenshot::RSpec::TextReporter,
"Spec::Runner::Formatter::TeamcityFormatter" => Capybara::Screenshot::RSpec::TextReporter
}

class << self
Expand Down

0 comments on commit b2a253b

Please sign in to comment.