Method: #expanded_file_path

Defined in:
lib/motion-spec.rb

#expanded_file_path(file) ⇒ Object



22
23
24
# File 'lib/motion-spec.rb', line 22

def expanded_file_path(file)
  File.expand_path("../motion-spec/#{file}.rb", __FILE__)
end