Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Path: blob/master/test/tests/rakefile
Views: 15959
require 'rubygems' require 'spec/rake/spectask' Spec::Rake::SpecTask.new do |t| t.ruby_opts = ['-rtest/unit'] t.spec_files = FileList['*_test.rb'] end