Sha256: 8c1a9496bc6aa0e5fb5e1d9c4dbc79a850306806979b881feb61171b8a2ff52b

Contents?: true

Size: 225 Bytes

Versions: 11

Compression:

Stored size: 225 Bytes

Contents

begin
  require 'simplecov'
  SimpleCov.start
rescue LoadError
  puts 'simplecov not found - no coverage generated'
end

Dir.glob('test/*.rb').each do |file|
  if file != __FILE__
    require File.expand_path(file)
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
olelo-0.9.15 test/run.rb
olelo-0.9.14 test/run.rb
olelo-0.9.13 test/run.rb
olelo-0.9.12 test/run.rb
olelo-0.9.11 test/run.rb
olelo-0.9.10 test/run.rb
olelo-0.9.9 test/run.rb
olelo-0.9.8 test/run.rb
olelo-0.9.7 test/run.rb
olelo-0.9.6 test/run.rb
olelo-0.9.5 test/run.rb