Class
DeltacloudUnitTest::UrlForTest
In:
tests/drivers/mock/url_for_test.rb
Parent:
Test::Unit::TestCase
Methods
app
create_test_url_content
test_it_works_for_root
test_it_works_for_root_absolute
test_it_works_when_given_absolute
test_it_works_when_not_at_root_context
test_it_works_with_spaces
verify_url_for
Included Modules
Rack::Test::Methods
Public Class methods
create_test_url_content
(test_url, url_content, mode)
Public Instance methods
app
()
test_it_works_for_root
()
test_it_works_for_root_absolute
()
test_it_works_when_given_absolute
()
test_it_works_when_not_at_root_context
()
test_it_works_with_spaces
()
verify_url_for
(url, expected_url, mode=:path_only, params={}, rack_env={})
[Validate]