diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-11-27 10:34:44 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-11-27 10:34:44 +0000 |
commit | 4a6a551d074ce0680540a28f7c393733afa43422 (patch) | |
tree | 6012bef2044a4db509477fe297fdbe2f4c01cd87 /test/test_helper.rb | |
parent | d180c833b90f5419aae48ddcc4912562f0455d7f (diff) | |
download | redmine-4a6a551d074ce0680540a28f7c393733afa43422.tar.gz redmine-4a6a551d074ce0680540a28f7c393733afa43422.zip |
Fixed: Missing template wiki/update.erb error introduced in r4272 (#6987).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4429 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r-- | test/test_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb index ade46aa7c..54681526a 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -115,7 +115,7 @@ class ActiveSupport::TestCase end def assert_error_tag(options={}) - assert_tag({:tag => 'p', :attributes => { :id => 'errorExplanation' }}.merge(options)) + assert_tag({:attributes => { :id => 'errorExplanation' }}.merge(options)) end # Shoulda macros |