Skip to content

Commit

Permalink
@halorgium's sweet hack
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Sep 22, 2013
1 parent 92f62f1 commit 1e24e78
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@
Sidekiq.configure_client do |config|
config.redis = { :url => redis_url, :namespace => 'testy' }
end

Celluloid.class_eval do
def self.shutdown
$stderr.puts "Celluloid shutdown disabled"
end
end

0 comments on commit 1e24e78

Please sign in to comment.