# frozen_string_literal: true
require 'spec_helper'
RSpec.describe Integrations::Pushover, feature_category: :integrations do
it_behaves_like Integrations::Base::Pushover
end