Sha256: 337e7315a2fd5cc1c101cbea9d0aa41d29b8d200df1b9fb4b36699898beaacd4

Contents?: true

Size: 249 Bytes

Versions: 1

Compression:

Stored size: 249 Bytes

Contents

module Spec
  module Path
    def gem_root
      File.expand_path('../../..', __FILE__)
    end

    def tmp_dir
      File.join(gem_root, '/tmp')
    end

    def app_root
      File.join(tmp_dir, "application")
    end

    extend self

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
daemonizer-0.5.0.beta.1 spec/support/path.rb