Sha256: c59e451889a3661909cd9e37173cb46260a2b3ea5030b58b8400fc6158354463

Contents?: true

Size: 291 Bytes

Versions: 8

Compression:

Stored size: 291 Bytes

Contents

require 'rubygems'
require 'pathname'
require 'test/support/fixtures'
require 'lib/roxml'

require 'spec/shared_specs' if defined?(Spec)

def xml_for(name)
  Pathname.new(File.dirname(__FILE__)).expand_path.dirname.join("examples/xml/#{name}.xml")
end

class RoxmlObject
  include ROXML
end

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
yob-roxml-3.1.6 spec/spec_helper.rb
roxml-3.1.5 spec/spec_helper.rb
roxml-3.1.4 spec/spec_helper.rb
roxml-3.1.3 spec/spec_helper.rb
roxml-3.1.2 spec/spec_helper.rb
roxml-3.1.1 spec/spec_helper.rb
roxml-3.1.0 spec/spec_helper.rb
ROXML-3.0.0 spec/spec_helper.rb