Sha256: 45a1a61aa0cedc875975474d6948e979b35cbd6f42ab2c502162dad25aad3e65

Contents?: true

Size: 144 Bytes

Versions: 99

Compression:

Stored size: 144 Bytes

Contents

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

  def fixture(file)
    IO.read(FIXTURES_PATH+file)
  end
end

Version data entries

99 entries across 99 versions & 1 rubygems

Version Path
kontena-cli-1.1.6 spec/support/fixtures_helpers.rb
kontena-cli-1.1.5 spec/support/fixtures_helpers.rb
kontena-cli-1.1.5.rc3 spec/support/fixtures_helpers.rb
kontena-cli-1.1.5.rc2 spec/support/fixtures_helpers.rb
kontena-cli-1.1.5.rc1 spec/support/fixtures_helpers.rb
kontena-cli-1.1.4 spec/support/fixtures_helpers.rb
kontena-cli-1.1.3 spec/support/fixtures_helpers.rb
kontena-cli-1.1.2 spec/support/fixtures_helpers.rb
kontena-cli-1.1.2.rc2 spec/support/fixtures_helpers.rb
kontena-cli-1.1.2.rc1 spec/support/fixtures_helpers.rb
kontena-cli-1.1.1 spec/support/fixtures_helpers.rb
kontena-cli-1.1.1.rc1 spec/support/fixtures_helpers.rb
kontena-cli-1.1.0 spec/support/fixtures_helpers.rb
kontena-cli-1.1.0.rc2 spec/support/fixtures_helpers.rb
kontena-cli-1.1.0.rc1 spec/support/fixtures_helpers.rb
kontena-cli-1.1.0.pre1 spec/support/fixtures_helpers.rb
kontena-cli-1.0.6 spec/support/fixtures_helpers.rb
kontena-cli-1.0.6.rc1 spec/support/fixtures_helpers.rb
kontena-cli-1.0.5 spec/support/fixtures_helpers.rb
kontena-cli-1.0.5.rc1 spec/support/fixtures_helpers.rb