spec/mixpanel/tracker_spec.rb in mixpanel-4.0.6 vs spec/mixpanel/tracker_spec.rb in mixpanel-4.0.7

- old
+ new

@@ -186,10 +186,10 @@ w = Mixpanel::Tracker.worker #On most systems this will exceed the pipe buffer size 8.times do 9000.times do - w.write("\n") + w.write("") end sleep 0.1 end end