README_for_rails2.textile in bullet-2.0.0.rc2 vs README_for_rails2.textile in bullet-2.0.0.rc3

- old
+ new

@@ -182,11 +182,10 @@ Bullet.start_request if Bullet.enable? end after(:each) if Bullet.enable? - Bullet.growl_notification - Bullet.log_notification('Test: ') + Bullet.perform_out_of_channel_notifications Bullet.end_request end end </code></pre>