docbrown/spec/services/audit/helper_spec.rb
2019-10-23 10:30:45 -04:00

7 lines
179 B
Ruby

require "rails_helper"
RSpec.describe Audit::Helper, type: :service do
it "has a notification suffix" do
expect(Audit::Helper::NOTIFICATION_SUFFIX).not_to be nil
end
end