Sha256: 45f4fde51f9ede8875fd847abc8b30ab13673ef60baabe15f0e8d375fb5359c5

Contents?: true

Size: 272 Bytes

Versions: 3

Compression:

Stored size: 272 Bytes

Contents

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'polygon'

class Polygon::Entry
  public :extensions, :index_files, :index_file
end

module Helpers

  def fixtures_path
    Path.dir / "fixtures"
  end

end

RSpec.configure do |c|
  c.include Helpers
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
polygon-0.10.1 spec/spec_helper.rb
polygon-0.10.0 spec/spec_helper.rb
polygon-0.9.1 spec/spec_helper.rb