diff options
author | Chris Schlaeger <chris@linux.com> | 2014-08-29 22:45:11 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2014-08-29 22:45:11 +0200 |
commit | 033c7916e8cb05b4d65ad5c7c9d6179efa0a0e29 (patch) | |
tree | f6ca1b8c7c2f92a67cce56e393eae6206bded909 /spec/ActivitySummary_spec.rb | |
parent | 3c32e378c9ffc01c1ed994483571193127a4e6a4 (diff) | |
download | postrunner-033c7916e8cb05b4d65ad5c7c9d6179efa0a0e29.zip |
Adding device info and user profile to HTML view
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 4e92017..20bbd3d 100644 --- a/spec/ActivitySummary_spec.rb +++ b/spec/ActivitySummary_spec.rb @@ -21,7 +21,7 @@ describe PostRunner::ActivitySummary do end it 'should create a metric summary' do - @as.to_s #TODO: Fix aggregation first + puts @as.to_s #TODO: Fix aggregation first end end |