visionmedia-jspec 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,15 @@
1
+ <html>
2
+ <head>
3
+ <script src="jspec.js"></script>
4
+ <script>
5
+ function runSuites() {
6
+ JSpec
7
+ .exec('spec.core.js')
8
+ .run()
9
+ .reportToServer()
10
+ }
11
+ </script>
12
+ </head>
13
+ <body class="jspec" onLoad="runSuites();">
14
+ </body>
15
+ </html>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: visionmedia-jspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - TJ Holowaychuk
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-14 00:00:00 -07:00
12
+ date: 2009-04-17 00:00:00 -07:00
13
13
  default_executable: jspec
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -54,18 +54,32 @@ files:
54
54
  - Manifest
55
55
  - Rakefile
56
56
  - README.rdoc
57
+ - server/browsers.rb
58
+ - server/server.rb
57
59
  - spec/async
58
60
  - spec/jquery-1.3.1.js
61
+ - spec/server.html
59
62
  - spec/spec.core.dom.js
60
63
  - spec/spec.core.js
61
64
  - spec/spec.grammar.js
62
65
  - spec/spec.html
63
66
  - spec/spec.jquery.js
67
+ - spec/spec.rhino.js
64
68
  - templates/default/History.rdoc
65
69
  - templates/default/lib/yourlib.core.js
66
70
  - templates/default/README.rdoc
67
71
  - templates/default/spec/spec.core.js
68
72
  - templates/default/spec/spec.html
73
+ - templates/rhino/History.rdoc
74
+ - templates/rhino/lib/yourlib.core.js
75
+ - templates/rhino/README.rdoc
76
+ - templates/rhino/spec/spec.core.js
77
+ - templates/rhino/spec/spec.js
78
+ - templates/server/History.rdoc
79
+ - templates/server/lib/yourlib.core.js
80
+ - templates/server/README.rdoc
81
+ - templates/server/spec/spec.core.js
82
+ - templates/server/spec/spec.html
69
83
  has_rdoc: true
70
84
  homepage: http://visionmedia.github.com/jspec
71
85
  post_install_message: