spec/unit/tracker/timespan_tracker_spec.rb in request-log-analyzer-1.1.6 vs spec/unit/tracker/timespan_tracker_spec.rb in request-log-analyzer-1.2.0
- old
+ new
@@ -57,8 +57,9 @@
end
it "should generate a report without errors when multiple requests were tracked" do
@tracker.update(request(:category => 'a', :timestamp => 20090102000000))
@tracker.update(request(:category => 'a', :timestamp => 20090101000000))
+ @tracker.update(request(:category => 'a', :timestamp => 20090103000000))
lambda { @tracker.report(mock_output) }.should_not raise_error
end
end
\ No newline at end of file