Module: Trackler::Path

Defined in:
lib/trackler/path.rb

Class Method Summary collapse

Class Method Details

.fixturesObject



7
8
9
# File 'lib/trackler/path.rb', line 7

def self.fixtures
  File.expand_path("../../../fixtures", __FILE__).freeze
end

.rootObject



3
4
5
# File 'lib/trackler/path.rb', line 3

def self.root
  File.expand_path("../../../", __FILE__).freeze
end