зеркало из https://github.com/github/aws-s3.git
Fix tap test.
This commit is contained in:
Родитель
9a32b451fa
Коммит
dfc9e627dc
|
@ -76,12 +76,7 @@ class StringExtensionsTest < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_tap
|
||||
assert "http://google.com".tap do |url|
|
||||
url << "/analtyics/"
|
||||
end
|
||||
assert "http://google.com".tap do |url|
|
||||
url << "/download.zip"
|
||||
end
|
||||
assert_equal("http://google.com/foo/", "http://google.com".tap {|url| url << "/foo/" })
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче