Changeset 4861
- Timestamp:
- 08/30/06 01:19:29 (2 years ago)
- Files:
-
- spinoffs/prototype/Rakefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spinoffs/prototype/Rakefile
r4181 r4861 42 42 43 43 t.run("/test/unit/enumerable.html") 44 t.run("/test/unit/string.html") 45 t.run("/test/unit/dom.html") 46 t.run("/test/unit/selector.html") 44 47 45 48 t.browser(:safari) 49 t.browser(:firefox) 50 t.browser(:ie) 51 t.browser(:konqueror) 46 52 end 47 53