test/integration/test_multibyte_queries.rb in peddler-2.0.4 vs test/integration/test_multibyte_queries.rb in peddler-2.1.0
- old
+ new
@@ -4,10 +4,10 @@
require 'mws/products'
class TestMultibyteQueries < IntegrationTest
use 'Products'
- def test_posts_multibyte_queries_properly
+ def test_posting_multibyte_queries_properly
ret = clients.map do |client|
res = client.list_matching_products(client.marketplace.id, 'félix guattari machinic eros')
res.body.force_encoding 'UTF-8' if defined? Ox # Ox workaround
res.parse
end