Skip to content

Commit fc43616

Browse files
committed
use predicate method
1 parent 5f18b9d commit fc43616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/interactify/async/job_maker_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
)
1919
end
2020

21-
if Interactify.sidekiq
21+
if Interactify.sidekiq?
2222
describe "#initialize" do
2323
it "initializes with expected attributes" do
2424
expect(subject.container_klass).to eq(container_klass)

0 commit comments

Comments
 (0)