Object
# File tests/cimi/collections/url_helper_test.rb, line 8 def settings; OpenStruct.new(:root_url => '//'); end
# File tests/cimi/collections/url_helper_test.rb, line 9 def url(path); '/cimi' + path; end