| Index: tools/cc-frame-viewer/third_party/gl-matrix/tasks/test/jasmine.rake
|
| diff --git a/tools/cc-frame-viewer/third_party/gl-matrix/tasks/test/jasmine.rake b/tools/cc-frame-viewer/third_party/gl-matrix/tasks/test/jasmine.rake
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..aefa38154c3179f6ab13277eb722c45dae0a80c1
|
| --- /dev/null
|
| +++ b/tools/cc-frame-viewer/third_party/gl-matrix/tasks/test/jasmine.rake
|
| @@ -0,0 +1,9 @@
|
| +namespace :test do
|
| + desc "Run specs via server"
|
| + task :jasmine do
|
| + port = ENV['JASMINE_PORT'] || 8888
|
| + puts "your tests are here:"
|
| + puts " http://localhost:#{port}/"
|
| + Jasmine::Server.new(port).start
|
| + end
|
| +end
|
|
|