Sha256: 28677585574b654e00f661d68e158c1924bf47c7dd7c4e485c111fdc4d204cc4

Contents?: true

Size: 401 Bytes

Versions: 12

Compression:

Stored size: 401 Bytes

Contents

require "erb"
require "bundler/gem_tasks"
require "rspec/core/rake_task"
require 'opal/rspec/rake_task'

RSpec::Core::RakeTask.new(:spec)

# Opal testing support
begin
  Opal::RSpec::RakeTask.new(:"spec-opal")
rescue LoadError
  # Likely the dependencies haven't been upstreamed yet. Ensure you
  # run those tests via the `plurimath-js` repo's `env/plurimath`
  # script.
end

task :default => :spec

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
plurimath-0.8.8 Rakefile
plurimath-0.8.7 Rakefile
plurimath-0.8.6 Rakefile
plurimath-0.8.5 Rakefile
plurimath-0.8.4 Rakefile
plurimath-0.8.2 Rakefile
plurimath-0.8.1 Rakefile
plurimath-0.8.0 Rakefile
plurimath-0.7.2 Rakefile
plurimath-0.7.1 Rakefile
plurimath-0.7.0 Rakefile
plurimath-0.6.0 Rakefile