summaryrefslogtreecommitdiff
path: root/spec/ActivitySummary_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ActivitySummary_spec.rb')
-rw-r--r--spec/ActivitySummary_spec.rb2
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