discourse/plugins/chat/spec/jobs/scheduled/periodical_updates_spec.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
211 B
Ruby
Raw Normal View History

# frozen_string_literal: true
RSpec.describe Jobs::Chat::PeriodicalUpdates do
it "works" do
# does not blow up, no mocks, everything is called
Jobs::Chat::PeriodicalUpdates.new.execute(nil)
end
end