From 0a1ba4eab0c442f3e9f4027e4b5d3418f8eb6ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sat, 7 May 2011 23:43:25 +0200 Subject: Always expand */* --- actionpack/test/template/lookup_context_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test') diff --git a/actionpack/test/template/lookup_context_test.rb b/actionpack/test/template/lookup_context_test.rb index e7680bc022..f34a40795a 100644 --- a/actionpack/test/template/lookup_context_test.rb +++ b/actionpack/test/template/lookup_context_test.rb @@ -53,7 +53,7 @@ class LookupContextTest < ActiveSupport::TestCase test "handles explicitly defined */* formats fallback to :js" do @lookup_context.formats = [:js, Mime::ALL] - assert_equal [:js, :html], @lookup_context.formats + assert_equal [:js, *Mime::SET.symbols], @lookup_context.formats end test "adds :html fallback to :js formats" do -- cgit v1.2.3