Add label to NO_STIP list of rails-dom-assertion

Related with rails/rails-dom-testing#15
This commit is contained in:
Rafael Mendonça França 2014-09-08 17:26:58 -03:00
parent 12e6d89b77
commit 1b376bcebb
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,9 @@ I18n.default_locale = :en
require 'country_select'
if defined?(ActionDispatch::Assertions::NO_STRIP)
if defined?(HTMLSelector::NO_STRIP)
HTMLSelector::NO_STRIP << "label"
else
ActionDispatch::Assertions::NO_STRIP << "label"
end