From b6a9cf173367a438681a86df710a6c1acbe9e3f7 Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Wed, 17 Jan 2018 08:24:22 +0100 Subject: Fix: Don't use a symbol to store the unit system Recent versions of PEROBS don't support this anymore. --- spec/spec_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index b79fc8c..3af954f 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -56,7 +56,7 @@ def create_fit_file_store store['config'] = store.new(PEROBS::Hash) store['config']['data_dir'] = @work_dir store['config']['html_dir'] = @html_dir - store['config']['unit_system'] = :metric + store['config']['unit_system'] = 'metric' @ffs = store['file_store'] = store.new(PostRunner::FitFileStore) @records = store['records'] = store.new(PostRunner::PersonalRecords) end -- cgit v1.2.3