Skip to content

Commit

Permalink
Expect string response body.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6559 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jeremy committed Apr 24, 2007
1 parent f86ff9f commit 38d574c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/test/controller/test_test.rb
Expand Up @@ -429,7 +429,7 @@ def test_test_uploaded_file

def test_fixture_file_upload
post :test_file_upload, :file => fixture_file_upload(FILES_DIR + "/mona_lisa.jpg", "image/jpg")
assert_equal 159528, @response.body
assert_equal '159528', @response.body
end

def test_test_uploaded_file_exception_when_file_doesnt_exist
Expand Down

0 comments on commit 38d574c

Please sign in to comment.