Skip to content

Commit

Permalink
updating manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jan 21, 2010
1 parent df42cf2 commit 5999449
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 42 deletions.
2 changes: 1 addition & 1 deletion Manifest.txt
Expand Up @@ -61,7 +61,6 @@ lib/mechanize/redirect_not_get_or_head_error.rb
lib/mechanize/response_code_error.rb
lib/mechanize/unsupported_scheme_error.rb
lib/mechanize/util.rb
mechanize.gemspec
test/chain/test_argument_validator.rb
test/chain/test_auth_headers.rb
test/chain/test_custom_headers.rb
Expand Down Expand Up @@ -173,4 +172,5 @@ test/test_ssl_server.rb
test/test_subclass.rb
test/test_textarea.rb
test/test_upload.rb
test/test_util.rb
test/test_verbs.rb
41 changes: 0 additions & 41 deletions mechanize.gemspec

This file was deleted.

7 changes: 7 additions & 0 deletions test/test_util.rb
@@ -0,0 +1,7 @@
require File.expand_path(File.join(File.dirname(__FILE__), "helper"))

class TestUtil < Test::Unit::TestCase
def test_from_native_charset
assert_equal 'foo', Mechanize::Util.from_native_charset('foo', nil)
end
end

0 comments on commit 5999449

Please sign in to comment.