logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

settings_extended.rb (236B)


  1. # frozen_string_literal: true
  2. shared_examples 'Settings-extended' do
  3. describe 'settings' do
  4. def fabricate
  5. super.settings
  6. end
  7. def create!
  8. super.settings
  9. end
  10. it_behaves_like 'ScopedSettings'
  11. end
  12. end