Sha256: 424db8e291eb79b16a4e689376c4f35acae63c39f51e7041161ef0b6cfbe7990

Contents?: true

Size: 200 Bytes

Versions: 3

Compression:

Stored size: 200 Bytes

Contents

module Helper

  def load_fixture(fixture)
    File.read(fixture_path(fixture))
  end


  def fixture_path(fixture)
    File.expand_path(File.dirname(__FILE__) + "/../fixtures/#{fixture}")
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gh-preview-1.0.2 spec/support/helper.rb
gh-preview-1.0.1 spec/support/helper.rb
gh-preview-1.0.0 spec/support/helper.rb