Fix #3985: Uploads: 405 Method Not Allowed.

This commit is contained in:
evazion
2018-11-11 20:18:21 -06:00
parent 6a7cd6ce8e
commit 7524d52276
4 changed files with 36 additions and 30 deletions

View File

@@ -24,4 +24,10 @@ class CloudflareServiceTest < ActiveSupport::TestCase
end
end
end
context "#ips" do
should "work" do
refute_empty(subject.ips)
end
end
end