diff options
| author | Teddy Wing | 2017-06-08 18:29:38 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2017-06-08 18:29:38 +0200 | 
| commit | 3b745cf43b877a4bb26532d16b602717779cf15c (patch) | |
| tree | 57a7a1cda00de5bbc85545b8ca4544dab999a40f /Gemfile | |
| parent | 7319d9d1324db3da7da4ed441594aa5d05c1feec (diff) | |
| download | chouette-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-- | Gemfile | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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 | 
