Sha256: e5a1833cd4d7aeefe5b6fcf654d88e3e9d371bf0e31eef337008bb09ddd1b85a

Contents?: true

Size: 377 Bytes

Versions: 21

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 :notification_controller

end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
activity_notification-2.0.0 spec/controllers/notifications_controller_spec.rb
activity_notification-1.7.1 spec/controllers/notifications_controller_spec.rb
activity_notification-1.7.0 spec/controllers/notifications_controller_spec.rb
activity_notification-1.6.1 spec/controllers/notifications_controller_spec.rb
activity_notification-1.6.0 spec/controllers/notifications_controller_spec.rb
activity_notification-1.5.1 spec/controllers/notifications_controller_spec.rb
activity_notification-1.5.0 spec/controllers/notifications_controller_spec.rb
activity_notification-1.4.4 spec/controllers/notifications_controller_spec.rb
activity_notification-1.4.3 spec/controllers/notifications_controller_spec.rb
activity_notification-1.4.2 spec/controllers/notifications_controller_spec.rb
activity_notification-1.4.1 spec/controllers/notifications_controller_spec.rb
activity_notification-1.4.0 spec/controllers/notifications_controller_spec.rb
activity_notification-1.3.0 spec/controllers/notifications_controller_spec.rb
activity_notification-1.2.1 spec/controllers/notifications_controller_spec.rb
activity_notification-1.2.0 spec/controllers/notifications_controller_spec.rb
activity_notification-1.1.0 spec/controllers/notifications_controller_spec.rb
activity_notification-1.0.2 spec/controllers/notifications_controller_spec.rb
activity_notification-1.0.1 spec/controllers/notifications_controller_spec.rb
activity_notification-1.0.0 spec/controllers/notifications_controller_spec.rb
activity_notification-0.0.10 spec/controllers/notifications_controller_spec.rb