module Inspec::InstallContextHelpers

def source_install?

def source_install?
  # These are a couple of examples of dirs removed during packaging
  %w{habitat test}.all? do |devdir|
    path_exist?("#{src_root}/#{devdir}")
  end
end