From f5b6672822058a1bd236adb49bcfa019e533e6a8 Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Sun, 11 Oct 2015 20:29:15 +0200 Subject: Include purely GPS coordinate based distances as well --- spec/spec_helper.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'spec') 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)) -- cgit v1.2.3