1..61 # _compute_public_path ok 1 - _compute_public_path() converts a string to a web path ok 2 - _compute_public_path() can create absolute links ok 3 - _compute_public_path() does not add suffix if one already exists ok 4 - _compute_public_path() takes into account the relative url root configuration ok 5 - _compute_public_path() takes into account query strings ok 6 - _compute_public_path() takes into account query strings # image_tag() ok 7 - image_tag() returns nothing when called without arguments ok 8 - image_tag() takes an image name as its first argument ok 9 - image_tag() can take an image name with an extension ok 10 - image_tag() can take an absolute image path ok 11 - image_tag() can take an absolute image path without extension ok 12 - image_tag() can take an image name with an extension ok 13 - image_tag() takes an array of options as its second argument to override alt ok 14 - image_tag() takes a size option ok 15 - image_tag() can take an absolute parameter ok 16 - image_tag() takes whatever option you want ok 17 - image_tag() takes an array of options as its second argument to create alt and title ok 18 - image_tag() takes an array of options as its second argument to create alt and title ok 19 - image_tag() creates alt attribute from filename if sf_compat_10 is on # stylesheet_tag() ok 20 - stylesheet_tag() takes a stylesheet name as its first argument ok 21 - stylesheet_tag() can takes n stylesheet names as its arguments ok 22 - stylesheet_tag() can take a media option ok 23 - stylesheet_tag() can take an absolute option to output an absolute file name ok 24 - stylesheet_tag() can take a raw_name option to bypass file name decoration ok 25 - stylesheet_tag() can take a condition option # javascript_include_tag() ok 26 - javascript_include_tag() takes a javascript name as its first argument ok 27 - javascript_include_tag() can takes n javascript file names as its arguments ok 28 - javascript_include_tag() can take an absolute option to output an absolute file name ok 29 - javascript_include_tag() can take a raw_name option to bypass file name decoration ok 30 - javascript_include_tag() can take additional html options like defer ok 31 - javascript_include_tag() can take a condition option # javascript_path() ok 32 - javascript_path() decorates a relative filename with js dir name and extension ok 33 - javascript_path() does not decorate absolute file names with js dir name ok 34 - javascript_path() does not decorate file names with extension with .js ok 35 - javascript_path() accepts a second parameter to output an absolute resource path # stylesheet_path() ok 36 - stylesheet_path() decorates a relative filename with css dir name and extension ok 37 - stylesheet_path() does not decorate absolute file names with css dir name ok 38 - stylesheet_path() does not decorate file names with extension with .css ok 39 - stylesheet_path() accepts a second parameter to output an absolute resource path # image_path() ok 40 - image_path() decorates a relative filename with images dir name and png extension ok 41 - image_path() does not decorate absolute file names with images dir name ok 42 - image_path() does not decorate file names with extension with .png ok 43 - image_path() accepts a second parameter to output an absolute resource path # use_javascript() get_javascripts() ok 44 - get_javascripts() returns a javascript previously added by use_javascript() ok 45 - use_javascript() accepts an array of options as a third parameter ok 46 - use_javascript() accepts an array of options as a third parameter ok 47 - get_javascripts() returns all the javascripts previously added by use_javascript() # use_stylesheet() get_stylesheets() ok 48 - get_stylesheets() returns a stylesheet previously added by use_stylesheet() ok 49 - use_stylesheet() accepts an array of options as a third parameter ok 50 - use_stylesheet() accepts an array of options as a third parameter ok 51 - get_stylesheets() returns all the stylesheets previously added by use_stylesheet() # _dynamic_path() ok 52 - _dynamic_path() converts an internal URI to a URL ok 53 - _dynamic_path() converts an internal URI to a URL ok 54 - _dynamic_path() converts an internal URI to a URL # dynamic_javascript_include_tag() ok 55 - dynamic_javascript_include_tag() returns a tag relative to the given action ok 56 - dynamic_javascript_include_tag() takes an absolute boolean as its second argument ok 57 - dynamic_javascript_include_tag() takes an array of HTML attributes as its third argument # use_dynamic_javascript() ok 58 - use_dynamic_javascript() register a dynamic javascript in the response # use_dynamic_stylesheet() ok 59 - use_dynamic_stylesheet() register a dynamic stylesheet in the response # get_javascripts_for_form() get_stylesheets_for_form() ok 60 - get_javascripts_for_form() returns script tags ok 61 - get_stylesheets_for_form() returns link tags Looks like everything went fine.