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

Changeset 8611

Show
Ignore:
Timestamp:
01/09/08 18:44:13 (8 months ago)
Author:
madrobby
Message:

javascript_test: fix CSS, add empty js file template, cleanup README

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/javascript_test/assets/unittest.css

    r5071 r8611  
    5050} 
    5151 
    52 #logsummary { 
     52.logsummary { 
    5353  margin-bottom: 1em; 
    5454  padding: 1ex; 
     
    5757} 
    5858 
    59 #logtable { 
     59.logtable { 
    6060  width: 100%; 
    6161  border-collapse: collapse; 
     
    6363} 
    6464 
    65 #logtable td, #logtable th { 
     65.logtable td, .logtable th { 
    6666  text-align: left; 
    6767  padding: 3px 8px; 
     
    6969} 
    7070 
    71 #logtable .passed { 
     71.logtable .passed { 
    7272  background-color: #cfc; 
    7373} 
    7474 
    75 #logtable .failed, #logtable .error { 
     75.logtable .failed, .logtable .error { 
    7676  background-color: #fcc; 
    7777} 
  • plugins/javascript_test/README

    r5072 r8611  
    3535You then can just open the individual .html test files in your browser. 
    3636 
    37 All in all, unittest.js is closely modelled on Test::Unit and there's  
    38 also experimental support for RSpec-style BDD testing. You can find lots  
     37All in all, unittest.js is closely modelled on Test::Unit. You can find lots  
    3938of examples in both the Prototype and script.aculo.us SVN repositories. 
    4039 
     
    5049 
    5150Big thanks with sugar on the top to Jon Tirsen, who authored the automated 
    52 browser remote control-niceties
     51browser remote control-gadgetry
    5352 
    5453==TODO 
     
    5958== License 
    6059 
    61 Copyright (c) 2005-2006 Thomas Fuchs, released under the MIT license 
     60Copyright (c) 2005-2008 Thomas Fuchs, released under the MIT license