Sha256: 22d025d9f02ff9cfc9a41f3560fe5e9ad16db16f74d1bddb285f9ed86fa7e721

Contents?: true

Size: 377 Bytes

Versions: 14

Compression:

Stored size: 377 Bytes

Contents

require 'controllers/notifications_controller_shared_examples'

describe ActivityNotification::NotificationsController, type: :controller do
  let(:test_target)        { create(:user) }
  let(:target_type)        { :users }
  let(:typed_target_param) { :user_id }
  let(:extra_params)       { {} }
  let(:valid_session)      {}

  it_behaves_like :notifications_controller
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
activity_notification-2.3.3 spec/controllers/notifications_controller_spec.rb
activity_notification-2.3.2 spec/controllers/notifications_controller_spec.rb
activity_notification-2.3.1 spec/controllers/notifications_controller_spec.rb
activity_notification-2.3.0 spec/controllers/notifications_controller_spec.rb
activity_notification-2.2.4 spec/controllers/notifications_controller_spec.rb
activity_notification-2.2.3 spec/controllers/notifications_controller_spec.rb
activity_notification-2.2.2 spec/controllers/notifications_controller_spec.rb
activity_notification-2.2.1 spec/controllers/notifications_controller_spec.rb
activity_notification-2.2.0 spec/controllers/notifications_controller_spec.rb
activity_notification-2.1.4 spec/controllers/notifications_controller_spec.rb
activity_notification-2.1.3 spec/controllers/notifications_controller_spec.rb
activity_notification-2.1.2 spec/controllers/notifications_controller_spec.rb
activity_notification-2.1.1 spec/controllers/notifications_controller_spec.rb
activity_notification-2.1.0 spec/controllers/notifications_controller_spec.rb