Sha256: 2ca912ec367afa5458dff9982192a445cc673f41ee02cc63127bd98daca5ccd3
Contents?: true
Size: 476 Bytes
Versions: 3
Compression:
Stored size: 476 Bytes
Contents
# best guess for now, this is not defined by Opal, needed for instance_method_stasher.rb RUBY_DESCRIPTION = RUBY_VERSION unless defined?(RUBY_DESCRIPTION) class SecurityError < Exception; end unless defined?(SecurityError) # This completely changes the struct class, so need it before RSpec runs require_relative 'fixes/opal/compatibility' require_relative 'fixes/opal/corelib/struct' # RSpec code changes based on this require_relative 'fixes/rspec/support/ruby_features'
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
opal-connect-rspec-0.5.0 | opal/opal/rspec/pre_require_fixes.rb |
opal-rspec-0.5.0 | opal/opal/rspec/pre_require_fixes.rb |
opal-rspec-0.5.0.beta3 | opal/opal/rspec/pre_require_fixes.rb |