Sha256: 92c8a56a694d5c7bc6e9e7bf41571e4dc7dd3aed1f2e9fc04e91c0cb1101fcf9

Contents?: true

Size: 220 Bytes

Versions: 2

Compression:

Stored size: 220 Bytes

Contents

require 'opal/spec'

# If autorun is the main file (entry point), then automatically load all
# specs from spec/
if $0 == __FILE__
  Dir['spec/**/*.rb'].each do |spec|
   require spec
  end
end

OpalSpec::Runner.autorun

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
opal-spec-0.0.3 lib/opal/spec/autorun.rb
opal-spec-0.0.2 lib/opal/spec/autorun.rb