Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 4861

Show
Ignore:
Timestamp:
08/30/06 01:19:29 (2 years ago)
Author:
madrobby
Message:

Prototype: make rake test use all unit tests and browsers

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • spinoffs/prototype/Rakefile

    r4181 r4861  
    4242   
    4343  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") 
    4447   
    4548  t.browser(:safari) 
     49  t.browser(:firefox) 
     50  t.browser(:ie) 
     51  t.browser(:konqueror) 
    4652end 
    4753