Sha256: fb8dbaba827a3ce020fe30d53494bc07dd1a3aa57687bec79c5df35ccb276ed0

Contents?: true

Size: 290 Bytes

Versions: 3

Compression:

Stored size: 290 Bytes

Contents

$:.unshift File.expand_path("../..", __FILE__)

require 'simplecov'
SimpleCov.start do
  add_group 'XmlSitemap', 'lib/xml-sitemap'
end

require 'xml-sitemap'

def fixture_path
  File.expand_path("../fixtures", __FILE__)
end

def fixture(file)
  File.read(File.join(fixture_path, file))
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
xml-sitemap-1.1.2 spec/spec_helper.rb
xml-sitemap-1.1.1 spec/spec_helper.rb
xml-sitemap-1.1.0 spec/spec_helper.rb