aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2014-09-29 21:41:52 +0200
committerKasper Timm Hansen <kaspth@gmail.com>2014-09-29 21:41:52 +0200
commitf939904f23a792f5923b5ed683cbbc54a05ad1fe (patch)
tree6d0f10e21b42b7dc012017dfb5ad4f5b57c19192 /Gemfile
parent035cc69c48d9d538bded70fc88976cd7f23966f5 (diff)
downloadrails-f939904f23a792f5923b5ed683cbbc54a05ad1fe.tar.gz
rails-f939904f23a792f5923b5ed683cbbc54a05ad1fe.tar.bz2
rails-f939904f23a792f5923b5ed683cbbc54a05ad1fe.zip
Parse HTML as document fragment.
This is to match the changes in Rails Dom Testing rails/rails-dom-testing#20.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 7df3cc1cfe..9e486b0d9e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,6 +2,8 @@ source 'https://rubygems.org'
gemspec
+gem 'rails-dom-testing', github: 'rails/rails-dom-testing'
+
# We need a newish Rake since Active Job sets its test tasks' descriptions.
gem 'rake', '>= 10.3'