summaryrefslogtreecommitdiffstats
path: root/test/integration/account_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2014-11-20 19:38:40 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2014-11-20 19:38:40 +0000
commit2a43f1adbcbe155eb7c3c4a60c5c0c289dec2a0f (patch)
tree908919107cfd6d6095f648dba895e476a512161a /test/integration/account_test.rb
parenta7559e669f4f131ccec74b585973492665a21daa (diff)
downloadredmine-2a43f1adbcbe155eb7c3c4a60c5c0c289dec2a0f.tar.gz
redmine-2a43f1adbcbe155eb7c3c4a60c5c0c289dec2a0f.zip
Quote values in DOM selectors for Nokogiri compatibility.
git-svn-id: http://svn.redmine.org/redmine/trunk@13619 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/account_test.rb')
-rw-r--r--test/integration/account_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/account_test.rb b/test/integration/account_test.rb
index 63320b72d..c822cc38a 100644
--- a/test/integration/account_test.rb
+++ b/test/integration/account_test.rb
@@ -269,7 +269,7 @@ class AccountTest < ActionDispatch::IntegrationTest
follow_redirect!
assert_response :success
assert_select 'div.flash', :text => /new activation email/
- assert_select 'div.flash a[href=/account/activation_email]'
+ assert_select 'div.flash a[href="/account/activation_email"]'
# request a new action activation email
assert_difference 'ActionMailer::Base.deliveries.size' do