Sha256: 58ec328ccd57d8926690d639e323f8e72385b795902a3c2bb8a5b6977184cca5

Contents?: true

Size: 217 Bytes

Versions: 11

Compression:

Stored size: 217 Bytes

Contents

require 'simplecov'
SimpleCov.start

require 'test/unit'
require 'ro_crate'
require 'webmock/test_unit'

def fixture_file(name, *args)
  ::File.open(::File.join(::File.dirname(__FILE__), 'fixtures', name), *args)
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
ro-crate-0.4.11 test/test_helper.rb
ro-crate-0.4.10 test/test_helper.rb
ro-crate-0.4.9 test/test_helper.rb
ro-crate-0.4.8 test/test_helper.rb
ro-crate-0.4.7 test/test_helper.rb
ro-crate-0.4.6 test/test_helper.rb
ro-crate-0.4.5 test/test_helper.rb
ro-crate-0.4.4 test/test_helper.rb
ro-crate-0.4.3 test/test_helper.rb
ro-crate-0.4.2 test/test_helper.rb
ro-crate-0.4.1 test/test_helper.rb