Sha256: 9f3f54db5194ef8db84b0f14caa3ef6a608879b8c5db582de69d89a0343a5aa2
Contents?: true
Size: 212 Bytes
Versions: 72
Compression:
Stored size: 212 Bytes
Contents
require 'wovnrb/services/url' class URLTest < Minitest::Test def test_prepend_path assert_equal('http://google.com/new_dir/test', Wovnrb::URL.prepend_path('http://google.com/test', 'new_dir')) end end
Version data entries
72 entries across 72 versions & 1 rubygems