This repository has been archived on 2023-07-01. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/spec/controllers/settings/keyword_mutes_controller_spec.rb
David Yip 4fa2f7e82d Set up /settings/keyword_mutes. #164.
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.
2017-10-21 14:54:36 -05:00

6 lines
99 B
Ruby

require 'rails_helper'
RSpec.describe Settings::KeywordMutesController, type: :controller do
end