Sha256: 55e5b4557cafb89b7216cef4ab742f36053d0bf8beef538689585751442b4656
Contents?: true
Size: 345 Bytes
Versions: 23
Compression:
Stored size: 345 Bytes
Contents
require 'spec_helper' module Sipity RSpec.describe NotificationRecipient, type: :model, no_clean: true do subject { described_class.new } it 'will raise an ArgumentError if you provide an invalid recipient_strategy' do expect { subject.recipient_strategy = '__incorrect_name__' }.to raise_error(ArgumentError) end end end
Version data entries
23 entries across 23 versions & 3 rubygems