Commit 9ee29f36 by Jon Yurek

Remove a dumb syntax typo

parent 263a4981
...@@ -187,7 +187,7 @@ describe Paperclip::Geometry do ...@@ -187,7 +187,7 @@ describe Paperclip::Geometry do
@geo = Paperclip::Geometry.new(args[1], args[2]) @geo = Paperclip::Geometry.new(args[1], args[2])
end end
it "is #{args[3]s ? "" : "not"} vertical" do it "is #{args[3] ? "" : "not"} vertical" do
assert_equal args[3], @geo.vertical? assert_equal args[3], @geo.vertical?
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment