We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc0173 commit b8e042cCopy full SHA for b8e042c
test/worker_test.rb
@@ -450,7 +450,7 @@ def self.perform
450
assert $BEFORE_FORK_CALLED
451
end
452
453
- test "Will not call a before_fork hook when the worker can't fork" do
+ it "Will not call a before_fork hook when the worker can't fork" do
454
Resque.redis.flushall
455
$BEFORE_FORK_CALLED = false
456
Resque.before_fork = Proc.new { $BEFORE_FORK_CALLED = true }
0 commit comments