1 # frozen_string_literal: true
6 class MutedInboxesControllerTest < ActionDispatch::IntegrationTest
8 # test all routes which lead to this controller
11 { :path => "/messages/muted", :method => :get },
12 { :controller => "messages/muted_inboxes", :action => "show" }