4b6c68dfb8
33cb47ee48
45f8848ca7
1
2 3
4 5
6 7
require "abstract_unit" class TextTest < ActiveSupport::TestCase test "formats always return :text" do assert_equal [:text], ActionView::Template::Text.new("").formats end end