total rebase
[anni] / test / mix / tasks / pleroma / robots_txt_test.exs
old mode 100755 (executable)
new mode 100644 (file)
index 4426fe5..dd6ca9f
@@ -26,7 +26,7 @@ defmodule Mix.Tasks.Pleroma.RobotsTxtTest do
     assert file == "User-Agent: *\nDisallow: /\n"
   end
 
-  test "to existance folder" do
+  test "to existing folder" do
     path = "test/fixtures/"
     file_path = path <> "robots.txt"
     clear_config([:instance, :static_dir], path)