Sha256: 0dcda16c9667aaa95c546070691188ec7930eb7e8dd1a8bac6295aa68a81369f

Contents?: true

Size: 263 Bytes

Versions: 4

Compression:

Stored size: 263 Bytes

Contents

require 'bundler'
Bundler.require

require 'opal-rspec'
Opal.append_path File.expand_path('../spec', __FILE__)

run Opal::Server.new { |s|
  s.main = 'opal/rspec/sprockets_runner'
  s.append_path 'spec'
  s.debug = false
  s.index_path = 'spec/index.html.erb'
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
cannonbol-2.0.0 config.ru
stripe-opal-0.0.4 config.ru
stripe-opal-0.0.2 config.ru
cannonbol-1.3.0 config.ru