Sha256: 6d1741bb0d8f66eab77856258460de45aa0d2ab090d0b7375edf6f85a23f7dc4

Contents?: true

Size: 1.47 KB

Versions: 5

Compression:

Stored size: 1.47 KB

Contents

require 'spec_helper'

describe Sufia::Configuration do
  subject { described_class.new }

  it { is_expected.to respond_to(:persistent_hostpath) }
  it { is_expected.to respond_to(:redis_namespace) }
  it { is_expected.to respond_to(:libreoffice_path) }
  it { is_expected.to respond_to(:browse_everything) }
  it { is_expected.to respond_to(:analytics) }
  it { is_expected.to respond_to(:citations) }
  it { is_expected.to respond_to(:max_notifications_for_dashboard) }
  it { is_expected.to respond_to(:activity_to_show_default_seconds_since_now) }
  it { is_expected.to respond_to(:arkivo_api) }
  it { is_expected.to respond_to(:active_deposit_agreement_acceptance) }
  it { is_expected.to respond_to(:batch_user_key) }
  it { is_expected.to respond_to(:audit_user_key) }
  it { is_expected.to respond_to(:upload_path) }
  it { is_expected.to respond_to(:cache_path) }
  it { is_expected.to respond_to(:always_display_share_button) }
  it { is_expected.to respond_to(:google_analytics_id) }
  it { is_expected.to respond_to(:analytic_start_date) }
  it { is_expected.to respond_to(:display_media_download_link) }
  it { is_expected.to respond_to(:permission_levels) }
  it { is_expected.to respond_to(:owner_permission_levels) }
  it { is_expected.to respond_to(:translate_uri_to_id) }
  it { is_expected.to respond_to(:translate_id_to_uri) }
  it { is_expected.to respond_to(:contact_email) }
  it { is_expected.to respond_to(:subject_prefix) }
  it { is_expected.to respond_to(:model_to_create) }
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sufia-7.4.0 spec/lib/sufia/configuration_spec.rb
sufia-7.3.1 spec/lib/sufia/configuration_spec.rb
sufia-7.3.0 spec/lib/sufia/configuration_spec.rb
sufia-7.3.0.rc3 spec/lib/sufia/configuration_spec.rb
sufia-7.3.0.rc2 spec/lib/sufia/configuration_spec.rb