Sha256: 25235dcbbe801fba6e8686d38135f460f2687a7877826c6b05ed56cb9af32fb5
Contents?: true
Size: 409 Bytes
Versions: 1
Compression:
Stored size: 409 Bytes
Contents
source "https://rubygems.org" # Don't need Capybara, etc. gem "rspec", :path => "rspec" gem "rspec-support", :path => "rspec-support" gem "rspec-core", :path => "rspec-core" gem "rspec-mocks", :path => "rspec-mocks" gem "rspec-expectations", :path => "rspec-expectations" gem "opal-sprockets", github: "opal/opal-sprockets" # Using Opal version we are running this from gem "opal", :path => '../..' gemspec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opal-0.11.0.rc1 | tasks/testing/opal_rspec_smoketest.Gemfile |