class CIMITestHelper

Public Instance Methods

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