[ci skip] Renamed formats -> format in test after #35406

This commit is contained in:
Abhay Nikam 2019-02-26 08:35:15 +05:30
parent a92e5eb4ae
commit 622e32c188
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
require "abstract_unit"
class TextTest < ActiveSupport::TestCase
test "formats always return :text" do
test "format always return :text" do
assert_equal :text, ActionView::Template::Text.new("").format
end