Sha256: ecf091906824addc63c397ca19eed270dbf4d828a298451828bf71f7ceabc551
Contents?: true
Size: 405 Bytes
Versions: 10
Compression:
Stored size: 405 Bytes
Contents
$LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'oxmlk' require 'spec' require 'spec/autorun' require 'pathname' Spec::Runner.configure do |config| end DIR = Pathname.new(__FILE__ + '../..').expand_path.dirname def example(name) DIR.join("examples/#{name}.rb") end def xml_for(name) DIR.join("examples/xml/#{name}.xml") end
Version data entries
10 entries across 10 versions & 1 rubygems