Sha256: ad00d787215748091316456de0040a5bb592ba0faed0968cc047f8b1b061aaf4

Contents?: true

Size: 479 Bytes

Versions: 16

Compression:

Stored size: 479 Bytes

Contents

# Todo: s/tests/specs when migration is complete
def get_abs_path(*parts)
  File.join(File.expand_path('../../..', __FILE__), 'tests', *parts)
end

def data_path(*parts)
  get_abs_path('data', *parts)
end

def rackup_path(*parts)
  get_abs_path('rackups', *parts)
end

def webrick_path(*parts) rackup_path(*parts); end

def unicorn_path(*parts) rackup_path(*parts); end

def puma_path(*parts) rackup_path(*parts); end

def exec_path(*parts)
  get_abs_path('servers', *parts)
end

Version data entries

16 entries across 14 versions & 2 rubygems

Version Path
excon-0.64.0 spec/helpers/file_path_helpers.rb
excon-0.63.0 spec/helpers/file_path_helpers.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/excon-0.62.0/spec/helpers/file_path_helpers.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/excon-0.62.0/spec/helpers/file_path_helpers.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/excon-0.62.0/spec/helpers/file_path_helpers.rb
excon-0.62.0 spec/helpers/file_path_helpers.rb
excon-0.61.0 spec/helpers/file_path_helpers.rb
excon-0.60.0 spec/helpers/file_path_helpers.rb
excon-0.59.0 spec/helpers/file_path_helpers.rb
excon-0.58.0 spec/helpers/file_path_helpers.rb
excon-0.57.1 spec/helpers/file_path_helpers.rb
excon-0.57.0 spec/helpers/file_path_helpers.rb
excon-0.56.0 spec/helpers/file_path_helpers.rb
excon-0.55.0 spec/helpers/file_path_helpers.rb
excon-0.54.0 spec/helpers/file_path_helpers.rb
excon-0.53.0 spec/helpers/file_path_helpers.rb