Changeset 108
- Timestamp:
- 01/25/08 16:26:06 (9 months ago)
- Files:
-
- incubator/.elisp/ini/ini-testing.el (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
incubator/.elisp/ini/ini-testing.el
r45 r108 163 163 (defun rel-find-test-spec-method-name () 164 164 "Return the name of the current test/spec method." 165 (interactive) 165 166 (save-excursion 166 167 (next-line) 167 (re-search-backward "^ *it \\([a-zA-Z]+\\)")168 (re-search-backward "^ *it ['\"]\\(.*\\)['\"]") 168 169 (buffer-substring (match-beginning 1) (match-end 1)))) 169 170 … … 324 325 (jw-test-start-process 325 326 jw-ruby-command jw-test-options 326 file-name (concat "-n" method-name))327 file-name (concat "-n" " '/" method-name "/'")) 327 328 (jw-insert_headers 328 329 "= Test Method ...\n" … … 332 333 (jw-test-start-debugging 333 334 jw-rdebug-command jw-test-options 334 file-name "--" (concat "-n" method-name))) ))))335 file-name "--" (concat "-n" " '/" method-name "/'"))) )))) 335 336 336 337 ;;; -- Toggle Enhancements -------------------------------------------
