logo

mastofe

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

account_moderation_notes_helper_spec.rb (502B)


  1. require 'rails_helper'
  2. # Specs in this file have access to a helper object that includes
  3. # the Admin::AccountModerationNotesHelper. For example:
  4. #
  5. # describe Admin::AccountModerationNotesHelper do
  6. # describe "string concat" do
  7. # it "concats two strings with spaces" do
  8. # expect(helper.concat_strings("this","that")).to eq("this that")
  9. # end
  10. # end
  11. # end
  12. RSpec.describe Admin::AccountModerationNotesHelper, type: :helper do
  13. pending "add some examples to (or delete) #{__FILE__}"
  14. end