Sha256: fffb6d7291c9b83e0c286ffefd54d8cbf66d958819294c16f50383ba6514805c
Contents?: true
Size: 721 Bytes
Versions: 1
Compression:
Stored size: 721 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 = :ignore 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opal-rspec-cj-0.4.4 | lib/opal/rspec.rb |