Skip to content

Commit b8e042c

Browse files
committed
test -> it
1 parent 0bc0173 commit b8e042c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/worker_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ def self.perform
450450
assert $BEFORE_FORK_CALLED
451451
end
452452

453-
test "Will not call a before_fork hook when the worker can't fork" do
453+
it "Will not call a before_fork hook when the worker can't fork" do
454454
Resque.redis.flushall
455455
$BEFORE_FORK_CALLED = false
456456
Resque.before_fork = Proc.new { $BEFORE_FORK_CALLED = true }

0 commit comments

Comments
 (0)