Sha256: e1f56a006a08e845b7081a506903ce6a62735832c961a23b9926518ab687eb45

Contents?: true

Size: 239 Bytes

Versions: 3

Compression:

Stored size: 239 Bytes

Contents

# -*- coding: utf-8 -*-
require 'minitest/autorun'
require 'simplecov'
SimpleCov.start
require 'sixarm_ruby_magic_number_type'

describe IO do

  # So far, all our needs go through File.
  # If you want to add tests here, please do.

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sixarm_ruby_magic_number_type-2.0.2 test/sixarm_ruby_magic_number_type_test/io_test.rb
sixarm_ruby_magic_number_type-2.0.1 test/sixarm_ruby_magic_number_type_test/io_test.rb
sixarm_ruby_magic_number_type-2.0.0 test/sixarm_ruby_magic_number_type_test/io_test.rb