Sha256: dc1d683abe9d79738525c15f340f316d70ab790561423071e3fee58d330ae86e
Contents?: true
Size: 369 Bytes
Versions: 7
Compression:
Stored size: 369 Bytes
Contents
class ::RSpec::Core::Configuration # This needs to be implemented if/when we allow the Opal side to decide what files to run def files_or_directories_to_run=(*files) @files_or_directories_to_run = [] @files_to_run = nil end def requires=(paths) # can't change requires @ this stage, this method calls RubyProject which will crash on Opal end end
Version data entries
7 entries across 7 versions & 2 rubygems