Skip to content

Commit

Permalink
use predicate method
Browse files Browse the repository at this point in the history
  • Loading branch information
markburns committed Jul 3, 2024
1 parent c2c6303 commit f0d0914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/interactify/async/job_maker_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
)
end

if Interactify.sidekiq
if Interactify.sidekiq?
describe "#initialize" do
it "initializes with expected attributes" do
expect(subject.container_klass).to eq(container_klass)
Expand Down

0 comments on commit f0d0914

Please sign in to comment.