Mobile fails now with ActionController::UnknownFormat
This commit is contained in:
parent
4f5b1dd845
commit
5335ee86d6
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ describe HelpController, type: :controller do
|
||||||
it "fails on mobile" do
|
it "fails on mobile" do
|
||||||
expect {
|
expect {
|
||||||
get :faq, format: :mobile
|
get :faq, format: :mobile
|
||||||
}.to raise_error ActionView::MissingTemplate
|
}.to raise_error ActionController::UnknownFormat
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue