forked from airportyh/jspec
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathManifest
81 lines (81 loc) · 1.9 KB
/
Manifest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
History.md
Manifest
README.md
Rakefile
bin/jspec
jspec.gemspec
lib/images/bg.png
lib/images/hr.png
lib/images/loading.gif
lib/images/sprites.bg.png
lib/images/sprites.png
lib/images/vr.png
lib/jspec.css
lib/jspec.growl.js
lib/jspec.jquery.js
lib/jspec.js
lib/jspec.nodejs.js
lib/jspec.shell.js
lib/jspec.timers.js
lib/jspec.xhr.js
spec/commands/example_command.rb
spec/dom.html
spec/fixtures/test.html
spec/fixtures/test.json
spec/fixtures/test.xml
spec/node.js
spec/rhino.js
spec/ruby/bin/init_spec.rb
spec/ruby/bin/install_spec.rb
spec/ruby/bin/run_spec.rb
spec/ruby/bin/shell_spec.rb
spec/ruby/bin/spec_helper.rb
spec/ruby/bin/update_spec.rb
spec/server.html
spec/server.rb
spec/support/env.js
spec/support/jquery.js
spec/unit/helpers.js
spec/unit/spec.fixtures.js
spec/unit/spec.grammar-less.js
spec/unit/spec.grammar.js
spec/unit/spec.jquery.js
spec/unit/spec.jquery.xhr.js
spec/unit/spec.js
spec/unit/spec.matchers.js
spec/unit/spec.modules.js
spec/unit/spec.node.js
spec/unit/spec.shared-behaviors.js
spec/unit/spec.utils.js
spec/unit/spec.xhr.js
src/browsers.rb
src/helpers.rb
src/installables.rb
src/project.rb
src/routes.rb
src/server.rb
support/js.jar
templates/default/History.md
templates/default/Readme.md
templates/default/lib/yourlib.js
templates/default/spec/commands/example_command.rb
templates/default/spec/dom.html
templates/default/spec/node.js
templates/default/spec/rhino.js
templates/default/spec/server.html
templates/default/spec/server.rb
templates/default/spec/unit/spec.helper.js
templates/default/spec/unit/spec.js
templates/node/History.md
templates/node/Readme.md
templates/node/lib/yourlib.js
templates/node/spec/node.js
templates/node/spec/unit/spec.helper.js
templates/node/spec/unit/spec.js
templates/rails/commands/example_commands.rb
templates/rails/dom.html
templates/rails/rhino.js
templates/rails/server.html
templates/rails/server.rb
templates/rails/unit/spec.helper.js
templates/rails/unit/spec.js