Sha256: d9b8cd3e553b650e29da5718b2a49959f2d796347cabab4dede2e91ce441c483

Contents?: true

Size: 219 Bytes

Versions: 69

Compression:

Stored size: 219 Bytes

Contents

module FixturesHelpers
  FIXTURES_PATH = File.dirname(__FILE__) + '/../fixtures/'

  def fixture_path(file)
    File.expand_path(FIXTURES_PATH + file)
  end
  def fixture(file)
    IO.read(fixture_path(file))
  end
end

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
kontena-cli-1.5.4 spec/support/fixtures_helpers.rb
kontena-cli-1.5.4.rc1 spec/support/fixtures_helpers.rb
kontena-cli-1.5.3 spec/support/fixtures_helpers.rb
kontena-cli-1.5.2 spec/support/fixtures_helpers.rb
kontena-cli-1.5.1 spec/support/fixtures_helpers.rb
kontena-cli-1.5.0 spec/support/fixtures_helpers.rb
kontena-cli-1.5.0.rc1 spec/support/fixtures_helpers.rb
kontena-cli-1.5.0.pre5 spec/support/fixtures_helpers.rb
kontena-cli-1.5.0.pre4 spec/support/fixtures_helpers.rb
kontena-cli-1.5.0.pre3 spec/support/fixtures_helpers.rb
kontena-cli-1.5.0.pre2 spec/support/fixtures_helpers.rb
kontena-cli-1.5.0.pre1 spec/support/fixtures_helpers.rb
kontena-cli-1.4.3 spec/support/fixtures_helpers.rb
kontena-cli-1.4.3.rc1 spec/support/fixtures_helpers.rb
kontena-cli-1.4.2 spec/support/fixtures_helpers.rb
kontena-cli-1.4.2.rc1 spec/support/fixtures_helpers.rb
kontena-cli-1.4.2.pre1 spec/support/fixtures_helpers.rb
kontena-cli-1.4.1 spec/support/fixtures_helpers.rb
kontena-cli-1.4.1.rc1 spec/support/fixtures_helpers.rb
kontena-cli-1.4.1.pre1 spec/support/fixtures_helpers.rb