Sha256: 72268f0b8374a7d90f5cddfb87f84006e812070001fcea8e7d0903f2c9b3cf27
Contents?: true
Size: 395 Bytes
Versions: 5
Compression:
Stored size: 395 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'poi')) Dir[File.dirname(__FILE__) + "/support/**/*.rb"].each {|f| require f} require File.join(File.dirname(__FILE__), "support", "java", "support.jar") class TestDataFile def self.expand_path(name) File.expand_path(File.join(File.dirname(__FILE__), 'data', name)) end end Spec::Runner.configure do |config| end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
jruby-poi-0.6.1 | specs/spec_helper.rb |
jruby-poi-0.6.0 | specs/spec_helper.rb |
jruby-poi-0.5.2 | specs/spec_helper.rb |
jruby-poi-0.5.1 | specs/spec_helper.rb |
jruby-poi-0.5.0 | specs/spec_helper.rb |