search for: editorhelp

Displaying 2 results from an estimated 2 matches for "editorhelp".

Did you mean: editorhelper
2006 Jan 12
0
testing
I''m looking for a good way to make all of Rails'' inbuilt helpers available to my custom Helper while I''m testing it. The Helper I''m testing is EditorHelper. EditorHelper itself relies on some of Rails'' inbuilt Helpers, such as JavaScriptHelper and UrlHelper. These are automagically available when called on within an ERB template, but not when called by my EditorHelper inside a unit Test. I can manually include each of the required Helpers...
2006 Jan 13
0
testing Helpers
...#39;'m reposting this. The subject wasnt complete and misleading in my initial post (''testing'')] I''m looking for a good way to make all of Rails'' inbuilt helpers available to my custom Helper while I''m testing it. The Helper I''m testing is EditorHelper. EditorHelper itself relies on some of Rails'' inbuilt Helpers, such as JavaScriptHelper and UrlHelper. These are automagically available when called on within an ERB template, but not when called by my EditorHelper inside a unit Test. I can manually include each of the required Helpers...