Sha256: c331f9931625692cfa91edc012212355ea70478ff65fe80f239c6f0d12c4c4a9
Contents?: true
Size: 380 Bytes
Versions: 40
Compression:
Stored size: 380 Bytes
Contents
require 'bundler' Bundler.require require "opal-rspec" require "react/source" Opal.append_path File.expand_path('../spec', __FILE__) run Opal::Server.new { |s| s.main = 'opal/rspec/sprockets_runner' s.append_path 'spec' s.append_path File.dirname(::React::Source.bundled_path_for("react-with-addons.js")) s.debug = true s.index_path = 'spec/reactjs/index.html.erb' }
Version data entries
40 entries across 40 versions & 2 rubygems