We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f18b9d commit fc43616Copy full SHA for fc43616
spec/lib/interactify/async/job_maker_spec.rb
@@ -18,7 +18,7 @@
18
)
19
end
20
21
- if Interactify.sidekiq
+ if Interactify.sidekiq?
22
describe "#initialize" do
23
it "initializes with expected attributes" do
24
expect(subject.container_klass).to eq(container_klass)
0 commit comments