mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-01 20:45:56 +00: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
|