lib/celluloid/rspec.rb in celluloid-0.12.0.pre3 vs lib/celluloid/rspec.rb in celluloid-0.12.0

- old
+ new

@@ -1,6 +1,8 @@ require File.expand_path('../../../spec/support/example_actor_class', __FILE__) require File.expand_path('../../../spec/support/actor_examples', __FILE__) require File.expand_path('../../../spec/support/mailbox_examples', __FILE__) -# Timer accuracy enforced by the tests (50ms) -TIMER_QUANTUM = 0.05 +module Celluloid + # Timer accuracy enforced by the tests (50ms) + TIMER_QUANTUM = 0.05 +end \ No newline at end of file