Skip to content

Commit

Permalink
Test support for artistic effect parameter value
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Tocker committed Dec 6, 2018
1 parent 3ee62e4 commit 7ac1bad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/utils_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,12 @@
.and empty_options
end

it "should support artistic effect" do
expect(["test", { :effect => "art:incognito"}])
.to produce_url("#{upload_path}/e_art:incognito/test")
.and empty_options
end

it "should support keyframe_interval" do
expect(["test", { :keyframe_interval => 10 }])
.to produce_url("#{upload_path}/ki_10/test")
Expand Down

0 comments on commit 7ac1bad

Please sign in to comment.