Sha256: 838bbcea600bd33d6bbb75d2c564d7be81198af2e4f7f6564f5ec68630e6bd31
Contents?: true
Size: 320 Bytes
Versions: 3
Compression:
Stored size: 320 Bytes
Contents
require 'test_helper' class ExamplesTest < MiniTest::Test def setup @axlsx = Axlsx::Package.new @workbook = @axlsx.workbook end def teardown end def test_examples path = File.expand_path("../../../examples/**.rb", __FILE__) Dir[path].each do |file| require file end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
axlsx_styler-1.2.0 | test/unit/examples_test.rb |
axlsx_styler-1.1.0 | test/unit/examples_test.rb |
axlsx_styler-1.0.0 | test/unit/examples_test.rb |