spec/lib/bluepill/process_statistics_spec.rb in bluepill-0.0.66 vs spec/lib/bluepill/process_statistics_spec.rb in bluepill-0.0.67
- old
+ new
@@ -19,6 +19,6 @@
it "should return event history" do
@stats.record_event('some event', 'some reason')
@stats.to_s.should match(/some reason/)
@stats.to_s.should match(/event history/)
end
-end
\ No newline at end of file
+end