Index: tools/cc-frame-viewer/third_party/gl-matrix/tasks/test/ci.rake |
diff --git a/tools/cc-frame-viewer/third_party/gl-matrix/tasks/test/ci.rake b/tools/cc-frame-viewer/third_party/gl-matrix/tasks/test/ci.rake |
deleted file mode 100644 |
index 7d0b4725a9641204895438cd0428103480621d3e..0000000000000000000000000000000000000000 |
--- a/tools/cc-frame-viewer/third_party/gl-matrix/tasks/test/ci.rake |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-namespace :test do |
- desc "Run continuous integration tests" |
- RSpec::Core::RakeTask.new('ci' => :build) do |t| |
- t.rspec_opts = ["--colour", "--format", ENV['JASMINE_SPEC_FORMAT'] || "progress"] |
- t.verbose = true |
- t.rspec_opts += ["-r #{base_path.join('tasks/support/gl-matrix')}"] |
- t.pattern = [Jasmine.runner_filepath] |
- end |
-end |