mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
4fa2f7e82d
This should eventually be accessible via the API and the web frontend, but I find it easier to set up an editing interface using Rails templates and the like. We can always take it out if it turns out we don't need it.
6 lines
99 B
Ruby
6 lines
99 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe Settings::KeywordMutesController, type: :controller do
|
|
|
|
end
|