Mobile fails now with ActionController::UnknownFormat

This commit is contained in:
Benjamin Neff 2017-08-06 07:16:58 +02:00
parent 4f5b1dd845
commit 5335ee86d6
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -8,7 +8,7 @@ describe HelpController, type: :controller do
it "fails on mobile" do
expect {
get :faq, format: :mobile
}.to raise_error ActionView::MissingTemplate
}.to raise_error ActionController::UnknownFormat
end
end
end