Skip to content

Commit 17b02d2

Browse files
committed
Merge pull request #31 from jgebal/feature/upate_gemfile_for_jenkins_reporting
Allow reporting of Unit Tests on Jenkins CI with "RspecJunitFormatter"
2 parents 7288dc0 + f90d8a4 commit 17b02d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ group :development do
1111

1212
# gem 'ruby-oci8', '~> 2.1.0'
1313
gem 'ruby-oci8', :git => 'git://github.com/kubo/ruby-oci8.git', :platforms => :mri
14+
gem 'rspec_junit_formatter'
1415
end

0 commit comments

Comments
 (0)