aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorCarlos Goce <carlosgoce@gmail.com>2015-03-10 21:29:08 +0100
committerCarlos Goce <carlosgoce@gmail.com>2015-03-10 21:29:08 +0100
commitd50fdb4473577fa2cdfcd298bbe9c25b1d1eabb4 (patch)
tree04cb4ff840347a89f5abc7b59e01bd9c4807d6db /Gemfile
parentbec325cfd6aca0fbc405e1072d5e3b2da0b1f9bf (diff)
downloadpdf-calendars-d50fdb4473577fa2cdfcd298bbe9c25b1d1eabb4.tar.gz
pdf-calendars-d50fdb4473577fa2cdfcd298bbe9c25b1d1eabb4.tar.bz2
pdf-calendars-d50fdb4473577fa2cdfcd298bbe9c25b1d1eabb4.zip
Add jUnit formatter
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c95c1ab..7bea097 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,4 +4,11 @@ gem 'prawn', '~> 1.3.0'
gem 'prawn-table', '~> 0.2.1'
gem 'rake', '~> 10.4.2'
gem 'activesupport', '~> 4.2.0'
-gem 'rspec', '~> 3.1.0'
+
+group :development, :test do
+ gem 'rspec', '~> 3.1.0'
+end
+
+group :test do
+ gem 'rspec_junit_formatter', '~> 0.2.0'
+end \ No newline at end of file