Skip to content

Commit 367e25d

Browse files
author
Amir Tocker
committed
Remove auto_tagging failure test
1 parent 2267094 commit 367e25d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

spec/uploader_spec.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,6 @@
275275
it "should support requesting detection" do
276276
expect{Cloudinary::Uploader.upload(TEST_IMG, { :detection => :illegal, :tags => [TEST_TAG, TIMESTAMP_TAG]})}.to raise_error(CloudinaryException, /Illegal value|not a valid/)
277277
end
278-
279-
it "should support requesting auto_tagging" do
280-
expect{Cloudinary::Uploader.upload(TEST_IMG, { :auto_tagging => 0.5, :tags => [TEST_TAG, TIMESTAMP_TAG]})}.to raise_error(CloudinaryException, /Must use/)
281-
end
282278

283279
it "should support upload_large", :large => true do
284280
io = StringIO.new

0 commit comments

Comments
 (0)