We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7089f95 commit 39828edCopy full SHA for 39828ed
elasticsearch-api/Gemfile
@@ -19,4 +19,5 @@ end
19
group :development do
20
gem 'rspec'
21
gem 'pry-nav'
22
+ gem 'rspec_junit_formatter'
23
end
elasticsearch-api/spec/spec_helper.rb
@@ -44,6 +44,7 @@ def self.included(context)
44
config.include(HelperModule)
45
config.formatter = 'documentation'
46
config.color = true
47
+ config.add_formatter('RspecJunitFormatter', 'tmp/elasticsearch-api-junit.xml')
48
49
50
if ENV['COVERAGE'] && ENV['CI'].nil? && !RUBY_1_8
0 commit comments