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 4485431 commit 39cdea8Copy full SHA for 39cdea8
elasticsearch-xpack/Gemfile
@@ -9,6 +9,7 @@ gemspec
9
10
group :development do
11
gem 'rspec'
12
+ gem 'rspec_junit_formatter'
13
if defined?(JRUBY_VERSION)
14
gem 'pry-nav'
15
else
elasticsearch-xpack/spec/spec_helper.rb
@@ -34,4 +34,5 @@ def self.included(context)
34
config.include(HelperModule)
35
config.formatter = 'documentation'
36
config.color = true
37
+ config.add_formatter('RspecJunitFormatter', '../elasticsearch-api/tmp/elasticsearch-xpack-junit.xml')
38
end
0 commit comments