From cae0f46eda8a33911f4a903cc58ac1801bc81fd3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 19 Feb 2005 23:21:08 +0000 Subject: Fixed a few tests git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@703 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/template/form_options_helper_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test/template') diff --git a/actionpack/test/template/form_options_helper_test.rb b/actionpack/test/template/form_options_helper_test.rb index fa0a37aa36..8894e46865 100644 --- a/actionpack/test/template/form_options_helper_test.rb +++ b/actionpack/test/template/form_options_helper_test.rb @@ -158,7 +158,7 @@ class FormOptionsHelperTest < Test::Unit::TestCase @post = Post.new @post.origin = "Denmark" assert_equal( - "", + "", country_select("post", "origin") ) end -- cgit v1.2.3