Module: Rordash::PathUtil

Defined in:
lib/rordash/path_util.rb

Class Method Summary collapse

Class Method Details

.fixtures_path(path = '') ⇒ Object



6
7
8
# File 'lib/rordash/path_util.rb', line 6

def fixtures_path(path = '')
  Rails.root.join('spec', 'fixtures', path)
end