Sha256: 3a54d060bd7838f3b9081e69c7d1bea66b57574bbb492c0f3060ebef2630fa0d

Contents?: true

Size: 302 Bytes

Versions: 3

Compression:

Stored size: 302 Bytes

Contents

require 'pathname'

module ROXML
  SILENCE_XML_NAME_WARNING = true
end

DIR = Pathname.new(__FILE__).dirname
require DIR.join('../lib/roxml').expand_path

def example(name)
  DIR.join("../examples/#{name}.rb").expand_path
end

def xml_for(name)
  DIR.join("../examples/xml/#{name}.xml").expand_path
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
Empact-roxml-2.4.3 spec/spec_helper.rb
roxml-2.4.3 spec/spec_helper.rb
roxml-2.4.2 spec/spec_helper.rb