Sha256: 23a534c3fe79dd6dc3ccd375f39e864c0339971b4fba18bafb1ded6b7deb5c2c

Contents?: true

Size: 258 Bytes

Versions: 5

Compression:

Stored size: 258 Bytes

Contents

# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias
# Schmidt
require 'test_helper'

module UnitHelper
  def fixture(name)
    File.read $fixtures.join(name)
  end

  def strip(sql)
    sql.strip.gsub(/\n */, "\n")
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
lhm-shopify-3.4.0 spec/unit/unit_helper.rb
lhm-shopify-3.3.6 spec/unit/unit_helper.rb
lhm-shopify-3.3.5 spec/unit/unit_helper.rb
lhm-2.2.0 spec/unit/unit_helper.rb
lhm-2.1.0 spec/unit/unit_helper.rb