aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorTeddy Wing2017-06-08 18:29:38 +0200
committerTeddy Wing2017-06-08 18:29:38 +0200
commit3b745cf43b877a4bb26532d16b602717779cf15c (patch)
tree57a7a1cda00de5bbc85545b8ca4544dab999a40f /Gemfile
parent7319d9d1324db3da7da4ed441594aa5d05c1feec (diff)
downloadchouette-core-3b745cf43b877a4bb26532d16b602717779cf15c.tar.bz2
Gemfile: Add 'htmlbeautifier' in :test group
Want a way to beautify HTML to get better diffs in the `TableBuilderHelper` spec. Beautifying the HTML allows us to do line comparisons of the HTML that results from the builder. Refs #3479
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 55e88f78a..6520f73de 100644
--- a/Gemfile
+++ b/Gemfile
@@ -159,6 +159,7 @@ group :test do
gem 'cucumber-rails', require: false
gem 'simplecov', :require => false
gem 'simplecov-rcov', :require => false
+ gem 'htmlbeautifier'
end
group :test, :development, :dev do