Sha256: 2a93077dca7d084e1fb27f2f3c947f1d3933eb93cdd40a84d868e4225c45c37a
Contents?: true
Size: 438 Bytes
Versions: 4
Compression:
Stored size: 438 Bytes
Contents
require 'spec_helper' RSpec.configure do |c| c.filter_run_excluding :unimplemented => true end require File.expand_path('../lib/poi', File.dirname(__FILE__)) 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
Version data entries
4 entries across 4 versions & 3 rubygems
Version | Path |
---|---|
timcharper-jruby-poi-0.9.1 | spec/spec_helper.rb |
jruby-poi-0.9.0 | spec/spec_helper.rb |
nurettin-jruby-poi-0.8.2 | spec/spec_helper.rb |
jruby-poi-0.8.2 | spec/spec_helper.rb |