summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb2
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