Updated to latest jasmine version

This commit is contained in:
Rajan Agaskar
2009-04-22 08:00:04 -07:00
parent 2032f51460
commit a3ea7c7c47
34 changed files with 5243 additions and 0 deletions

24
test/lib/jasmine.css Normal file
View File

@@ -0,0 +1,24 @@
body {
font: 14px "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif;
padding-left: 40px;
}
h1 {
padding-top: 20px;
font-weight: bold;
font: 24px; /* "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif; */
}
p {
margin-top: 5px;
padding-left: 20px;
}
p.fail {
background: url( ../images/fail-16.png ) no-repeat;
color: red;
}
p.fail_in_summary {
color: red;
}