Skip to content

Commit

Permalink
[ci skip] Renamed formats -> format in test after #35406
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaynikam committed Feb 26, 2019
1 parent a92e5eb commit 622e32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionview/test/template/text_test.rb
Expand Up @@ -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

Expand Down

0 comments on commit 622e32c

Please sign in to comment.