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

Version Path
oxmlk-0.4.0 spec/spec_helper.rb
oxmlk-0.3.3 spec/spec_helper.rb
oxmlk-0.3.2 spec/spec_helper.rb
oxmlk-0.3.1 spec/spec_helper.rb
oxmlk-0.3.0 spec/spec_helper.rb
oxmlk-0.2.3 spec/spec_helper.rb
oxmlk-0.2.2 spec/spec_helper.rb
oxmlk-0.2.1 spec/spec_helper.rb
oxmlk-0.2.0 spec/spec_helper.rb
oxmlk-0.1.0 spec/spec_helper.rb