worker_spec.rb revision a9a53dbe70810d1bf7d91ed2af86dd6d39a13124
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
require 'spec_helper'
# We try to be explicit when using sidekiq
# testing modes. However inline! is the default
let(:balancer) { ConcurrencyBalancer.new }
before do
end
end
after do
end
end
end
# We need the String-Hash-Key syntax, because
# symbols
end
end
end
end