diff options
author | Chris Schlaeger <chris@linux.com> | 2015-09-12 21:54:53 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2015-09-12 21:54:53 +0200 |
commit | b5267c1a8fda1784e5a4892ee227f5e4fb57e804 (patch) | |
tree | bfd1dfea01003f6b8347119f026d31c813b10fda /spec/ActivitySummary_spec.rb | |
parent | 21eddca873d2912e9f5f8ab88c681ce55cbe0c6f (diff) | |
download | postrunner-b5267c1a8fda1784e5a4892ee227f5e4fb57e804.zip |
Adding plumbing to have PEROBS as additional dependency.
Diffstat (limited to 'spec/ActivitySummary_spec.rb')
-rw-r--r-- | spec/ActivitySummary_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ActivitySummary_spec.rb b/spec/ActivitySummary_spec.rb index 08e2b15..b3d77b0 100644 --- a/spec/ActivitySummary_spec.rb +++ b/spec/ActivitySummary_spec.rb @@ -10,8 +10,8 @@ # published by the Free Software Foundation. # -require 'postrunner/ActivitySummary' require 'spec_helper' +require 'postrunner/ActivitySummary' class Activity < Struct.new(:fit_activity, :sport) end |