Sha256: a04cb36fcbf107f715a7c765fe89045fd4d1a919c2cd982a199ccb795190971f

Contents?: true

Size: 293 Bytes

Versions: 15

Compression:

Stored size: 293 Bytes

Contents

# To run as single test for debugging
# require Rails.root.join('../../spec/concerns/models/notifier_spec.rb').to_s
# require Rails.root.join('../../spec/concerns/common_spec.rb').to_s

describe Dummy::DummyNotifier, type: :model do

  it_behaves_like :notifier
  it_behaves_like :common

end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
activity_notification-2.3.3 spec/models/dummy/dummy_notifier_spec.rb
activity_notification-2.3.2 spec/models/dummy/dummy_notifier_spec.rb
activity_notification-2.3.1 spec/models/dummy/dummy_notifier_spec.rb
activity_notification-2.3.0 spec/models/dummy/dummy_notifier_spec.rb
activity_notification-2.2.4 spec/models/dummy/dummy_notifier_spec.rb
activity_notification-2.2.3 spec/models/dummy/dummy_notifier_spec.rb
activity_notification-2.2.2 spec/models/dummy/dummy_notifier_spec.rb
activity_notification-2.2.1 spec/models/dummy/dummy_notifier_spec.rb
activity_notification-2.2.0 spec/models/dummy/dummy_notifier_spec.rb
activity_notification-2.1.4 spec/models/dummy/dummy_notifier_spec.rb
activity_notification-2.1.3 spec/models/dummy/dummy_notifier_spec.rb
activity_notification-2.1.2 spec/models/dummy/dummy_notifier_spec.rb
activity_notification-2.1.1 spec/models/dummy/dummy_notifier_spec.rb
activity_notification-2.1.0 spec/models/dummy/dummy_notifier_spec.rb
activity_notification-2.0.0 spec/models/dummy/dummy_notifier_spec.rb