diff options
author | Chris Schlaeger <chris@linux.com> | 2015-10-11 20:29:15 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2015-10-11 20:29:15 +0200 |
commit | f5b6672822058a1bd236adb49bcfa019e533e6a8 (patch) | |
tree | c4cbd4ee9d74f4ffef09e76b4917e78afa75fdb5 /spec/spec_helper.rb | |
parent | 199717d21cda2b4d230ce0cc14054ffc1a8ea80b (diff) | |
download | postrunner-f5b6672822058a1bd236adb49bcfa019e533e6a8.zip |
Include purely GPS coordinate based distances as well
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 691f097..3b7ea85 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -15,7 +15,6 @@ %w( postrunner fit4ruby perobs ).each do |lib_dir| $:.unshift(File.join(File.dirname(__FILE__), '..', '..', lib_dir, 'lib')) end -puts $: def create_fit_file(name, date, duration_minutes = 30) Fit4Ruby.write(name, create_fit_activity(date, duration_minutes)) |