Skip to content

Commit c3bf839

Browse files
committed
Merge pull request #102 from jgebal/feature/add_junit_formatter_for_jenkins_ci
Allow reporting of Unit Tests on Jenkins CI with "RspecJunitFormatter"
2 parents d7ea70a + 1a0d789 commit c3bf839

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ source 'http://rubygems.org'
33
group :development do
44
gem 'jeweler', '~> 2.0.1'
55
gem 'rspec', '~> 3.1'
6+
gem 'rspec_junit_formatter'
67

78
unless ENV['NO_ACTIVERECORD']
89
gem 'activerecord', '>= 3.2.3', '< 4.3.0'

0 commit comments

Comments
 (0)