Sha256: da32b92dfce99a4aaee16c76c86b1af509f32673d165b39b768aebd0d5136006

Contents?: true

Size: 413 Bytes

Versions: 1

Compression:

Stored size: 413 Bytes

Contents

def Dir.[](_glob)
  []
end

def Dir.mktmpdir(*)
  ''
end

module Aruba
  module Api
  end
end

# None of this is supported in Opal
module RSpec::Support::ShellOut
end

module MathnIntegrationSupport
  def with_mathn_loaded
    yield
  end
end

class Shellwords
  def self.split(string)
    string.split(/\s+/)
  end
end

class OptionParser
  InvalidOption = Class.new(StandardError)
  def parse!(_opts)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
opal-rspec-0.7.0.rc.1 rspec-core/spec/fixes/missing_constants.rb