Skip to content

Commit

Permalink
(PUP-3912) Add legacy_formatters gem for junit integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Kylo Ginsberg committed Jan 26, 2015
1 parent 7556106 commit 21473ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ group(:development, :test) do
gem "rspec", "~> 3.1", :require => false
gem "rspec-its", "~> 1.1", :require => false
gem "rspec-collection_matchers", "~> 1.1", :require => false
gem "rspec-legacy_formatters", "~> 1.0", :require => false

# Mocha is not compatible across minor version changes; because of this only
# versions matching ~> 0.10.5 are supported. All other versions are unsupported
Expand Down
2 changes: 1 addition & 1 deletion tasks/ci.rake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require 'time'
namespace "ci" do
task :spec do
ENV["LOG_SPEC_ORDER"] = "true"
sh %{rspec -r yarjuf -f JUnit -o result.xml -fp spec}
sh %{rspec --require rspec/legacy_formatters -r yarjuf -f JUnit -o result.xml -fp spec}
end

desc "Tar up the acceptance/ directory so that package test runs have tests to run against."
Expand Down

0 comments on commit 21473ae

Please sign in to comment.