We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd81e83 commit 6a4bf48Copy full SHA for 6a4bf48
actionview/test/template/testing/fixture_resolver_test.rb
@@ -24,7 +24,7 @@ def test_should_match_templates_with_variants
24
assert_equal 1, templates.size, "expected one template"
25
assert_equal "this text", templates.first.source
26
assert_equal "arbitrary/path", templates.first.virtual_path
27
- assert_equal [:html], templates.first.formats
28
- assert_equal ["variant"], templates.first.variants
+ assert_equal :html, templates.first.format
+ assert_equal "variant", templates.first.variant
29
end
30
0 commit comments