Skip to content

Commit f3fd401

Browse files
nadavofirAmir Tocker
authored andcommitted
Switch ow & oh to iw & ih on respective test case
1 parent 8763794 commit f3fd401

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/utils_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@
230230
expect(["test", { :width => "auto:breakpoints:json", :crop => :fill }])
231231
.to produce_url("#{upload_path}/c_fill,w_auto:breakpoints:json/test")
232232
end
233-
it 'should support oh,ow' do
234-
expect(["test", {:width => "ow", :height => "oh", :crop => :crop}])
235-
.to produce_url("#{upload_path}/c_crop,h_oh,w_ow/test")
233+
it 'should support ih,iw' do
234+
expect(["test", {:width => "iw", :height => "ih", :crop => :crop}])
235+
.to produce_url("#{upload_path}/c_crop,h_ih,w_iw/test")
236236
end
237237
end
238238

0 commit comments

Comments
 (0)