aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/testing/fixture_resolver_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/test/template/testing/fixture_resolver_test.rb')
-rw-r--r--actionview/test/template/testing/fixture_resolver_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/test/template/testing/fixture_resolver_test.rb b/actionview/test/template/testing/fixture_resolver_test.rb
index 9954e3500d..4361824a71 100644
--- a/actionview/test/template/testing/fixture_resolver_test.rb
+++ b/actionview/test/template/testing/fixture_resolver_test.rb
@@ -15,6 +15,6 @@ class FixtureResolverTest < ActiveSupport::TestCase
assert_equal 1, templates.size, "expected one template"
assert_equal "this text", templates.first.source
assert_equal "arbitrary/path", templates.first.virtual_path
- assert_equal [:html], templates.first.formats
+ assert_equal :html, templates.first.format
end
end