class RestyTest::Paths

Public Instance Methods

nginx_bin() click to toggle source
# File lib/resty_test/paths.rb, line 16
def nginx_bin
  File.join(root, "nginx", "sbin", "nginx")
end
root() click to toggle source
# File lib/resty_test/paths.rb, line 4
def root
  RestyTest.config.root
end
src() click to toggle source
# File lib/resty_test/paths.rb, line 12
def src
  File.join(root, "src")
end
tar() click to toggle source
# File lib/resty_test/paths.rb, line 8
def tar
  File.join(root, File.basename(RestyTest.config.source))
end