X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=spec%2Flinks.spec.rb;h=4e75d0e4cb637a1defe5576bc6c37a1890c3c9c1;hb=a1587574bba2fe7cffe40aa1bad0fe84aed23825;hp=35f92cc7ccfb59eda9dd00ad5f4660a7ed69c42c;hpb=6de6c1cacd9cd62638470f74f41a288038932b33;p=swftools.git diff --git a/spec/links.spec.rb b/spec/links.spec.rb index 35f92cc..4e75d0e 100644 --- a/spec/links.spec.rb +++ b/spec/links.spec.rb @@ -1,8 +1,9 @@ require File.dirname(__FILE__) + '/spec_helper' describe "pdf conversion" do - convert_file "links.pdf" do - area_at(0,0,200,200).should_contain_link("http://www.swftools.org") - area_at(0,0,200,200).should_contain_link("http://www.quiss.org") - end + + convert_file "links.pdf" do + area_at(0,0,200,200).should_contain_link("http://www.swftools.org") + area_at(0,0,200,200).should_contain_link("http://www.quiss.org") + end end