1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-22 02:23:48 -05:00
tootlab-mastodon/spec/controllers/admin/account_moderation_notes_controller_spec.rb
nullkal 633426b261 Add moderation note ()
* Add moderation note

* Add frozen_string_literal

* Make rspec pass
2017-10-07 20:26:43 +02:00

5 lines
105 B
Ruby

require 'rails_helper'
RSpec.describe Admin::AccountModerationNotesController, type: :controller do
end