Sha256: 90bf766d571ee80e68b87be7738ecfa0376cc80ba62d8af5ac4186502b0238db

Contents?: true

Size: 722 Bytes

Versions: 5

Compression:

Stored size: 722 Bytes

Contents

require 'opal'
require 'opal/rspec/version'

# Just register our opal code path with opal build tools
Opal.append_path File.expand_path('../../../opal', __FILE__)
Opal.append_path File.expand_path('../../../vendor_lib', __FILE__)

Opal::Processor.dynamic_require_severity = :warning

Opal::Processor.stub_file "rspec/matchers/built_in/have"
Opal::Processor.stub_file "diff/lcs"
Opal::Processor.stub_file "diff/lcs/hunk"
Opal::Processor.stub_file "fileutils"
Opal::Processor.stub_file "test/unit/assertions"
Opal::Processor.stub_file "coderay"
Opal::Processor.stub_file "optparse"
Opal::Processor.stub_file "shellwords"
Opal::Processor.stub_file "socket"
Opal::Processor.stub_file "uri"
Opal::Processor.stub_file "drb/drb"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
opal-rspec-0.4.3 lib/opal/rspec.rb
opal-rspec-0.4.2 lib/opal/rspec.rb
opal-rspec-0.4.1 lib/opal/rspec.rb
opal-rspec-0.4.0 lib/opal/rspec.rb
opal-rspec-0.4.0.beta4 lib/opal/rspec.rb