Method: Jets::SpecHelpers#fixture_path

Defined in:
lib/jets/spec_helpers.rb

#fixture_path(filename) ⇒ Object



41
42
43
# File 'lib/jets/spec_helpers.rb', line 41

def fixture_path(filename)
  "#{Jets.root}/spec/fixtures/#{filename}"
end